diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b4f935..2249130 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,134 +29,50 @@ export default function LandingPage() {
@@ -191,60 +100,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah Johnson", - role: "CEO", - company: "Coastal Design", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924139.jpg", - }, - { - id: "2", - name: "Michael Chen", - role: "CTO", - company: "Miami Tech", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133245.jpg", - }, - { - id: "3", - name: "Emily Rodriguez", - role: "Marketing Director", - company: "Boca Retail", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-hairdresser-woman-wearing-apron-holding-clipboard-pen-shouting-yelling-angry-frustrated-standing-blue-background_141793-140172.jpg", - }, - { - id: "4", - name: "David Kim", - role: "Product Manager", - company: "Fort Lauderdale Log.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg", - }, - { - id: "5", - name: "Jessica Lee", - role: "Founder", - company: "South Florida Brews", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg", - }, + { id: "1", name: "Sarah Johnson", role: "CEO", company: "Coastal Design", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924139.jpg" }, + { id: "2", name: "Michael Chen", role: "CTO", company: "Miami Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133245.jpg" }, + { id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "Boca Retail", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-hairdresser-woman-wearing-apron-holding-clipboard-pen-shouting-yelling-angry-frustrated-standing-blue-background_141793-140172.jpg" }, + { id: "4", name: "David Kim", role: "Product Manager", company: "Fort Lauderdale Log.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg" }, + { id: "5", name: "Jessica Lee", role: "Founder", company: "South Florida Brews", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg" }, ]} kpiItems={[ - { - value: "40%+", - label: "Avg Lead Growth", - }, - { - value: "$2M+", - label: "Revenue Generated", - }, - { - value: "150+", - label: "Successful Projects", - }, + { value: "40%+", label: "Avg Lead Growth" }, + { value: "$2M+", label: "Revenue Generated" }, + { value: "150+", label: "Successful Projects" }, ]} title="Client Success Stories" description="Hear how we help businesses achieve their growth potential." @@ -253,19 +118,12 @@ export default function LandingPage() {
@@ -275,42 +133,21 @@ export default function LandingPage() { logoText="Cooper City Marketing" columns={[ { - title: "Company", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Careers", - href: "#", - }, + title: "Company", items: [ + { label: "About", href: "#about" }, + { label: "Careers", href: "#" }, ], }, { - title: "Services", - items: [ - { - label: "Digital Strategy", - href: "#", - }, - { - label: "Brand Awareness", - href: "#", - }, + title: "Services", items: [ + { label: "Digital Strategy", href: "#" }, + { label: "Brand Awareness", href: "#" }, ], }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, + title: "Legal", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, ], }, ]}