Merge version_1 into main #2
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<MetricCardFourteen
|
||||
title="Trusted by conscious tech buyers across Europe"
|
||||
tag="Our Impact"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "15K+", description: "Happy customers who found their perfect device through our guided selection process"},
|
||||
id: "1", value: "15K+", description: "Happy customers who found their perfect device through our guided selection process"
|
||||
},
|
||||
{
|
||||
id: "2", value: "€2.5M", description: "Total savings delivered to customers by recommending the right device instead of the premium one"},
|
||||
id: "2", value: "€2.5M", description: "Total savings delivered to customers by recommending the right device instead of the premium one"
|
||||
},
|
||||
{
|
||||
id: "3", value: "4.9/5", description: "Average customer satisfaction rating across all purchase experiences and support interactions"},
|
||||
id: "3", value: "4.9/5", description: "Average customer satisfaction rating across all purchase experiences and support interactions"
|
||||
},
|
||||
{
|
||||
id: "4", value: "48hrs", description: "Average response time for customer inquiries and support requests"},
|
||||
id: "4", value: "48hrs", description: "Average response time for customer inquiries and support requests"
|
||||
},
|
||||
]}
|
||||
metricsAnimation="entrance-slide"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -221,18 +232,22 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"},
|
||||
id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"},
|
||||
id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"},
|
||||
id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Williams", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7"},
|
||||
id: "4", name: "James Williams", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
]}
|
||||
cardTitle="Over 15,000 customers trust Kiborg to deliver honest recommendations and exceptional support"
|
||||
cardTag="See what our customers say"
|
||||
cardTagIcon={Users}
|
||||
cardAnimation="entrance-slide"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -241,14 +256,14 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
tag="Get Expert Support"
|
||||
tagIcon={MessageSquare}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Get a Repair Cost Estimate or Expert Advice"
|
||||
description="Whether you need device support, repair diagnostics, or want to chat about your options before purchase, our specialists are ready to help. No pressure, just honest guidance."
|
||||
buttons={[
|
||||
{ text: "Schedule Support Chat", href: "#" },
|
||||
{ text: "Get Repair Estimate", href: "#" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -258,9 +273,11 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Kiborg"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
text: "Privacy Policy", href: "#"
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"}}
|
||||
text: "Terms of Service", href: "#"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user