Merge version_2 into main #2
@@ -53,6 +53,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Redefining Tech Retail" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/luxurious-business-environment-used-corporate-culture-industry_482257-125612.jpg", alt: "About Waiharo Gen" },
|
||||
@@ -63,6 +64,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
@@ -81,6 +83,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardThree
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -96,6 +99,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
testimonials={[
|
||||
@@ -110,6 +115,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
names={["Microsoft", "Google", "Apple", "Samsung", "Sony", "LG", "Logitech"]}
|
||||
title="Partnered Brands"
|
||||
description="Collaborating with industry-leading electronics brands."
|
||||
@@ -118,6 +125,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
faqs={[
|
||||
{ id: "f1", title: "How long is shipping?", content: "Typically 3-5 business days." },
|
||||
{ id: "f2", title: "Is there a warranty?", content: "All items come with a 1-year manufacturer warranty." },
|
||||
@@ -131,6 +140,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get in Touch"
|
||||
description="Have questions? Our support team is ready to help."
|
||||
inputs={[
|
||||
|
||||
Reference in New Issue
Block a user