diff --git a/src/app/page.tsx b/src/app/page.tsx index 2513e00..3fe70a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,19 +48,14 @@ export default function LandingPage() {
@@ -166,45 +131,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alex Smith", - handle: "@alexs", - testimonial: "Scaling our agency would have been impossible without this team.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg", - }, + id: "1", name: "Alex Smith", handle: "@alexs", testimonial: "Scaling our agency would have been impossible without this team.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg"}, { - id: "2", - name: "Jane Doe", - handle: "@jdoe", - testimonial: "The strategy provided transformed our entire client acquisition process.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-14708.jpg", - }, + id: "2", name: "Jane Doe", handle: "@jdoe", testimonial: "The strategy provided transformed our entire client acquisition process.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-14708.jpg"}, { - id: "3", - name: "John Paul", - handle: "@jpaul", - testimonial: "Absolutely amazing insights, we saw immediate improvements.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg", - }, + id: "3", name: "John Paul", handle: "@jpaul", testimonial: "Absolutely amazing insights, we saw immediate improvements.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg"}, { - id: "4", - name: "Maria Garcia", - handle: "@mgar", - testimonial: "Highly recommend their professional growth consulting.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-young-stylish-smiling-man-co-working-office-startup-freelancer-holding-using-tablet_285396-1777.jpg", - }, + id: "4", name: "Maria Garcia", handle: "@mgar", testimonial: "Highly recommend their professional growth consulting.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/modern-young-stylish-smiling-man-co-working-office-startup-freelancer-holding-using-tablet_285396-1777.jpg"}, { - id: "5", - name: "Sam Lee", - handle: "@slee", - testimonial: "The best decision we made for our agency growth strategy.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-posing_23-2148452676.jpg", - }, + id: "5", name: "Sam Lee", handle: "@slee", testimonial: "The best decision we made for our agency growth strategy.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-posing_23-2148452676.jpg"}, ]} showRating={true} title="Client Success" @@ -218,20 +158,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How do we get started?", - content: "Book a discovery call and we'll analyze your agency.", - }, + id: "q1", title: "How do we get started?", content: "Book a discovery call and we'll analyze your agency."}, { - id: "q2", - title: "What is the timeline?", - content: "Growth phases start at 3 months for peak results.", - }, + id: "q2", title: "What is the timeline?", content: "Growth phases start at 3 months for peak results."}, { - id: "q3", - title: "Is this for new agencies?", - content: "We support both startups and scaling agencies.", - }, + id: "q3", title: "Is this for new agencies?", content: "We support both startups and scaling and mature agencies."}, ]} title="Common Questions" description="Find answers to help you get started." @@ -243,14 +174,11 @@ export default function LandingPage() {
@@ -260,29 +188,19 @@ export default function LandingPage() { logoText="AgencyGrowth" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} @@ -291,4 +209,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file