Skip to content

Commit

Permalink
refactor:mission page stars icons add
Browse files Browse the repository at this point in the history
  • Loading branch information
ademsuslu committed Nov 27, 2024
1 parent c755a27 commit 29e2cc9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/(root)/mission/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Button } from '@/components/ui/button'
import { Stars } from 'lucide-react'
import Link from 'next/link'
import React from 'react'
const MissionPage = () => {
Expand All @@ -22,7 +23,12 @@ const MissionPage = () => {
</ul>
</div>
<div className='space-y-3 bg-slate-600 p-6 rounded mx-auto text-center flex flex-col'>
<span className='text-md'>Our client, a fashion store, increased their sales by 40% with our CRM platform. <br /> By analyzing customer behavior, they created better campaigns and strengthened customer loyalty</span>
<span className='text-md inline-flex '>
<Stars className='w-6 h-6 text-yellow-500'/>
Our client, a fashion store, increased their sales by 40% with our CRM platform. <br /> By analyzing customer behavior, they created better campaigns and strengthened customer loyalty
<Stars className='w-6 h-6 text-yellow-500'/>

</span>
</div>
<div className='space-y-3 flex flex-col'>
<h1 className='text-xl'>Why Choose Us?</h1>
Expand Down

0 comments on commit 29e2cc9

Please sign in to comment.