From 56d972883e43ba399137593e28daaa39a283efc5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:28:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 77 +++++++++++++++++++++++++++++------------------- 1 file changed, 47 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f94755..5dd9dc4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Take a short quiz", href: "#quiz"}} + text: "Take a short quiz", href: "#quiz" + }} animateOnLoad={true} /> @@ -62,7 +63,7 @@ export default function LandingPage() { description="Don't overpay for features you won't use. Tell us what you need, and we'll suggest the best options tailored to your goals and budget." tag="Guided Selection" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/laptop-phone-marble-table_53876-71230.jpg" imageAlt="Premium Apple devices showcase" mediaAnimation="slide-up" @@ -70,21 +71,24 @@ export default function LandingPage() { { text: "Take a short quiz", href: "#quiz" }, { text: "Go to catalog", href: "#products" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" testimonials={[ { name: "Sarah Chen", handle: "Designer, Creative Studio", testimonial: "Finally, a retailer that actually understands what I need. No pushy sales, just honest advice.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + }, { name: "Marcus Johnson", handle: "Executive, Tech Company", testimonial: "They saved me €800 by recommending the perfect device instead of the most expensive one.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + }, { name: "Elena Rodriguez", handle: "Freelancer, Content Creator", testimonial: "The quiz was incredibly helpful. No regrets with my purchase and their support is top-notch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + }, ]} testimonialRotationInterval={5000} useInvertedBackground={false} - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} /> @@ -94,21 +98,24 @@ export default function LandingPage() { description="Our simple quiz matches your workflow, budget, and preferences to the perfect Apple device. No tech jargon, just clear guidance." tag="Smart Matching" tagIcon={CheckCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} buttons={[{ text: "Start Quiz", href: "#" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" features={[ { id: 1, - tag: "Step One", title: "Tell Us Your Needs", subtitle: "What's your primary use case?", description: "Answer a few quick questions about your work style, daily tasks, and budget. We're here to understand your real requirements, not sell you something unnecessary.", imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg?_wi=1"}, + tag: "Step One", title: "Tell Us Your Needs", subtitle: "What's your primary use case?", description: "Answer a few quick questions about your work style, daily tasks, and budget. We're here to understand your real requirements, not sell you something unnecessary.", imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg" + }, { id: 2, - tag: "Step Two", title: "Get Personalized Recommendations", subtitle: "Models tailored to you", description: "Receive a curated selection of 2-3 devices that match your exact needs. Each recommendation includes transparent pricing and honest performance comparisons.", imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg?_wi=2"}, + tag: "Step Two", title: "Get Personalized Recommendations", subtitle: "Models tailored to you", description: "Receive a curated selection of 2-3 devices that match your exact needs. Each recommendation includes transparent pricing and honest performance comparisons.", imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg" + }, { id: 3, - tag: "Step Three", title: "Expert Support at Every Stage", subtitle: "We're here to help you decide", description: "Chat with our specialists about any device, get setup assistance after purchase, and enjoy lifetime customer support. Your satisfaction is our priority.", imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg?_wi=3"}, + tag: "Step Three", title: "Expert Support at Every Stage", subtitle: "We're here to help you decide", description: "Chat with our specialists about any device, get setup assistance after purchase, and enjoy lifetime customer support. Your satisfaction is our priority.", imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg" + }, ]} /> @@ -119,7 +126,7 @@ export default function LandingPage() { description="Every Apple device serves a purpose. We match you with the right one based on how you actually work, not on marketing claims." tag="Real Use Cases" tagIcon={Target} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} imagePosition="right" @@ -149,7 +156,7 @@ export default function LandingPage() { description="Each device is selected for reliability and value. Click Explore to learn more about performance, specs, and pricing." tag="Available Now" tagIcon={Check} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} gridVariant="three-columns-all-equal-width" @@ -174,7 +181,7 @@ export default function LandingPage() { description="We're not a typical tech retailer. We're Apple consultants who prioritize your needs over our commission. Transparency, expertise, and customer empathy drive everything we do." tag="Our Philosophy" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} imagePosition="left" @@ -201,18 +208,22 @@ export default function LandingPage() { @@ -221,18 +232,22 @@ export default function LandingPage() { @@ -241,14 +256,14 @@ export default function LandingPage() { @@ -258,9 +273,11 @@ export default function LandingPage() { -- 2.49.1