Merge version_1 into main #2
@@ -27,17 +27,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Technology",
|
||||
id: "/tech",
|
||||
},
|
||||
name: "Technology", id: "/tech"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
]}
|
||||
brandName="PawsTech"
|
||||
/>
|
||||
@@ -45,24 +39,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="tech-overview" data-section="tech-overview">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Integrated Sensors",
|
||||
description: "Real-time health monitoring via lightweight, non-invasive tech.",
|
||||
},
|
||||
title: "Integrated Sensors", description: "Real-time health monitoring via lightweight, non-invasive tech."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Weatherproof Tech",
|
||||
description: "Durable fabrics that survive rain, mud, and intense activity.",
|
||||
},
|
||||
title: "Weatherproof Tech", description: "Durable fabrics that survive rain, mud, and intense activity."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Premium Durability",
|
||||
description: "Materials engineered for longevity and dog-safe resilience.",
|
||||
},
|
||||
title: "Premium Durability", description: "Materials engineered for longevity and dog-safe resilience."},
|
||||
]}
|
||||
title="Smart Essentials"
|
||||
description="Our products are built on a foundation of proprietary pet-safe sensors and durable high-tech materials."
|
||||
@@ -76,21 +65,13 @@ export default function LandingPage() {
|
||||
ctaTitle="Need Technical Help?"
|
||||
ctaDescription="Our experts are here to assist with your PawsTech device setup."
|
||||
ctaButton={{
|
||||
text: "Contact Support",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Support", href: "/contact"}}
|
||||
ctaIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is the tech waterproof?",
|
||||
content: "Yes, our gear is IP67 rated.",
|
||||
},
|
||||
id: "f1", title: "Is the tech waterproof?", content: "Yes, our gear is IP67 rated."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How long does the battery last?",
|
||||
content: "Our devices last up to 14 days on a single charge.",
|
||||
},
|
||||
id: "f2", title: "How long does the battery last?", content: "Our devices last up to 14 days on a single charge."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,13 +80,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="PawsTech"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Contact Us", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user