diff --git a/src/app/page.tsx b/src/app/page.tsx index 49d149e..9c106c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,14 +31,10 @@ export default function LandingPage() { @@ -123,8 +100,7 @@ export default function LandingPage() { @@ -136,16 +112,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Elena Ross", role: "Creative Lead", testimonial: "Exceptional quality and incredible attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-manager_1098-13761.jpg"}, - { - id: "2", name: "Marcus Chen", role: "Founder", testimonial: "The best design experience I've had in years.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blond-smiling-woman-records-lifestyle-blog-vlogger-makeup-artist-recording-video_1258-254994.jpg"}, - { - id: "3", name: "Sophia Vane", role: "Director", testimonial: "A transformative experience for our digital presence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg"}, - { - id: "4", name: "Julian Thorne", role: "Product Manager", testimonial: "Professional, efficient, and deeply creative results.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-memorizer-concept-collage_23-2149270828.jpg"}, - { - id: "5", name: "Chloe West", role: "Brand Strategist", testimonial: "They truly understood our unique brand story.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg"}, + { id: "1", name: "Elena Ross", role: "Creative Lead", testimonial: "Exceptional quality and incredible attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-manager_1098-13761.jpg" }, + { id: "2", name: "Marcus Chen", role: "Founder", testimonial: "The best design experience I've had in years.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blond-smiling-woman-records-lifestyle-blog-vlogger-makeup-artist-recording-video_1258-254994.jpg" }, + { id: "3", name: "Sophia Vane", role: "Director", testimonial: "A transformative experience for our digital presence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg" }, + { id: "4", name: "Julian Thorne", role: "Product Manager", testimonial: "Professional, efficient, and deeply creative results.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-memorizer-concept-collage_23-2149270828.jpg" }, + { id: "5", name: "Chloe West", role: "Brand Strategist", testimonial: "They truly understood our unique brand story.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg" }, ]} title="Client Perspectives" description="Feedback that fuels our commitment to excellence." @@ -158,30 +129,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "starter", price: "$2,500", name: "Starter", features: [ - "Brand Audit", "Visual Identity", "1 Round Revision"], - buttons: [ - { - text: "Select", href: "#contact"}, - ], - }, - { - id: "pro", price: "$5,000", name: "Professional", features: [ - "Full Brand System", "Custom Website", "3 Rounds Revision"], - buttons: [ - { - text: "Select", href: "#contact"}, - ], - }, - { - id: "enterprise", price: "$9,500", name: "Enterprise", features: [ - "Comprehensive Identity", "Full App UI/UX", "Unlimited Revisions"], - buttons: [ - { - text: "Select", href: "#contact"}, - ], - }, + { id: "starter", price: "$2,500", name: "Starter", features: ["Brand Audit", "Visual Identity", "1 Round Revision"], buttons: [{ text: "Select", href: "#contact" }] }, + { id: "pro", price: "$5,000", name: "Professional", features: ["Full Brand System", "Custom Website", "3 Rounds Revision"], buttons: [{ text: "Select", href: "#contact" }] }, + { id: "enterprise", price: "$9,500", name: "Enterprise", features: ["Comprehensive Identity", "Full App UI/UX", "Unlimited Revisions"], buttons: [{ text: "Select", href: "#contact" }] }, ]} title="Tailored Packages" description="Flexible design solutions suited for your scaling requirements." @@ -192,12 +142,9 @@ export default function LandingPage() { console.log("Submitted:", email)} /> @@ -227,18 +171,14 @@ export default function LandingPage() { columns={[ { title: "Platform", items: [ - { - label: "Services", href: "#features"}, - { - label: "Pricing", href: "#pricing"}, + { label: "Services", href: "#features" }, + { label: "Pricing", href: "#pricing" }, ], }, { title: "Legal", items: [ - { - label: "Privacy", href: "#"}, - { - label: "Terms", href: "#"}, + { label: "Privacy", href: "#" }, + { label: "Terms", href: "#" }, ], }, ]}