|
|
|
|
@@ -8,7 +8,6 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|
|
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
|
|
|
|
import { Award, Feather, Shield, Zap } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
@@ -31,63 +30,38 @@ export default function LandingPage() {
|
|
|
|
|
<NavbarStyleCentered
|
|
|
|
|
navItems={[
|
|
|
|
|
{
|
|
|
|
|
name: "Home",
|
|
|
|
|
id: "home",
|
|
|
|
|
|
|
|
|
|
name: "Home", id: "home",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "About",
|
|
|
|
|
id: "about",
|
|
|
|
|
|
|
|
|
|
name: "About", id: "about",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Features",
|
|
|
|
|
id: "features",
|
|
|
|
|
|
|
|
|
|
name: "Features", id: "features",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Products",
|
|
|
|
|
id: "products",
|
|
|
|
|
|
|
|
|
|
name: "Testimonials", id: "testimonials",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Testimonials",
|
|
|
|
|
id: "testimonials",
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "FAQ",
|
|
|
|
|
id: "faq",
|
|
|
|
|
|
|
|
|
|
name: "FAQ", id: "faq",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
button={{
|
|
|
|
|
text: "Shop Now",
|
|
|
|
|
href: "#products",
|
|
|
|
|
}}
|
|
|
|
|
brandName="Pulse Athletics"
|
|
|
|
|
button={{ text: "Get Started", href: "#home" }}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="home" data-section="home">
|
|
|
|
|
<HeroLogoBillboard
|
|
|
|
|
background={{
|
|
|
|
|
variant: "radial-gradient",
|
|
|
|
|
}}
|
|
|
|
|
variant: "radial-gradient"}}
|
|
|
|
|
logoText="Pulse Athletics"
|
|
|
|
|
description="Unleash your potential with premium athletic wear designed for peak performance and ultimate style. Experience luxury in every stride."
|
|
|
|
|
description="Forge your physique with gear built for the grind. Pulse Athletics empowers bodybuilders to achieve their ultimate strength and form."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Shop New Arrivals",
|
|
|
|
|
href: "#products",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
text: "Explore Features",
|
|
|
|
|
href: "#features",
|
|
|
|
|
},
|
|
|
|
|
text: "Explore Our Features", href: "#features"},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/crop-sportsman-running-dark_23-2147752920.jpg"
|
|
|
|
|
imageAlt="Dynamic athletic background showcasing premium sportswear"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-training-with-dumbbells_23-2149734686.jpg"
|
|
|
|
|
imageAlt="Bodybuilder training with dumbbells, showcasing strength"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
frameStyle="card"
|
|
|
|
|
/>
|
|
|
|
|
@@ -98,28 +72,17 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
heading={[
|
|
|
|
|
{
|
|
|
|
|
type: "text",
|
|
|
|
|
content: "Crafting Excellence ",
|
|
|
|
|
},
|
|
|
|
|
type: "text", content: "Sculpting Champions: "},
|
|
|
|
|
{
|
|
|
|
|
type: "image",
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-dumbbells_23-2149734686.jpg",
|
|
|
|
|
alt: "Athlete in motion",
|
|
|
|
|
},
|
|
|
|
|
type: "image", src: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-dumbbells_23-2149734686.jpg", alt: "Athlete in motion"},
|
|
|
|
|
{
|
|
|
|
|
type: "text",
|
|
|
|
|
content: " for Your Athletic Journey",
|
|
|
|
|
},
|
|
|
|
|
type: "text", content: " Your Bodybuilding Journey Starts Here"},
|
|
|
|
|
]}
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Our Story",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
text: "Our Story", href: "#"},
|
|
|
|
|
{
|
|
|
|
|
text: "Join the Community",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
text: "Join the Community", href: "#"},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -131,87 +94,23 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
title: "Innovative Fabric Tech",
|
|
|
|
|
description: "Advanced moisture-wicking and breathable materials keep you cool and dry, pushing boundaries without compromise.",
|
|
|
|
|
bentoComponent: "reveal-icon",
|
|
|
|
|
icon: Zap,
|
|
|
|
|
title: "Innovative Fabric Tech", description: "Advanced moisture-wicking and compression fabrics support intense workouts, ensuring peak performance and recovery.", bentoComponent: "reveal-icon", icon: Zap,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Ergonomic Design",
|
|
|
|
|
description: "Tailored fits and seamless construction move with your body, providing unparalleled support and freedom.",
|
|
|
|
|
bentoComponent: "reveal-icon",
|
|
|
|
|
icon: Award,
|
|
|
|
|
title: "Ergonomic Design", description: "Precision-engineered for the bodybuilder's physique, our gear offers unparalleled support and freedom of movement during heavy lifts.", bentoComponent: "reveal-icon", icon: Award,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Sustainable Practices",
|
|
|
|
|
description: "Committed to a greener future, we use recycled materials and ethical production processes for a positive impact.",
|
|
|
|
|
bentoComponent: "reveal-icon",
|
|
|
|
|
icon: Feather,
|
|
|
|
|
title: "Sustainable Practices", description: "Committed to a greener future, we use recycled materials and ethical production processes for a positive impact.", bentoComponent: "reveal-icon", icon: Feather,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Durability Guaranteed",
|
|
|
|
|
description: "Built to withstand the most intense workouts, our products are rigorously tested for lasting performance and resilience.",
|
|
|
|
|
bentoComponent: "reveal-icon",
|
|
|
|
|
icon: Shield,
|
|
|
|
|
title: "Durability Guaranteed", description: "Built to withstand the most intense workouts, our products are rigorously tested for lasting performance and resilience.", bentoComponent: "reveal-icon", icon: Shield,
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
title="Experience the Pulse Athletics Difference"
|
|
|
|
|
description="Engineered for excellence, our gear combines cutting-edge technology with luxurious comfort to elevate every aspect of your training."
|
|
|
|
|
title="Elevate Your Gains with Pulse Athletics"
|
|
|
|
|
description="Our gear is meticulously engineered for the demanding world of bodybuilding, combining advanced technology with robust comfort to maximize your performance and recovery."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="products" data-section="products">
|
|
|
|
|
<ProductCardTwo
|
|
|
|
|
animationType="scale-rotate"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
gridVariant="four-items-2x2-equal-grid"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "product-1",
|
|
|
|
|
brand: "Pulse Athletics",
|
|
|
|
|
name: "Elite Performance Runners",
|
|
|
|
|
price: "$189.99",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "120 reviews",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sneakers-white-background-fitness-wear-equipment-sport-fashion-sport-accessories-sport-equipment-healthy-concept-copy-space-concept-healthy-lifestyle-sport-diet-sport-equipment_1391-723.jpg",
|
|
|
|
|
imageAlt: "Elite Performance Runners",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "product-2",
|
|
|
|
|
brand: "Pulse Athletics",
|
|
|
|
|
name: "Seamless Compression Leggings",
|
|
|
|
|
price: "$99.99",
|
|
|
|
|
rating: 4,
|
|
|
|
|
reviewCount: "85 reviews",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-mat-listening-music_23-2148856730.jpg",
|
|
|
|
|
imageAlt: "Seamless Compression Leggings",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "product-3",
|
|
|
|
|
brand: "Pulse Athletics",
|
|
|
|
|
name: "Dynamic Fit Hoodie",
|
|
|
|
|
price: "$129.99",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "60 reviews",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/handsome-sporty-man-stretching-park-by-river_1303-21902.jpg",
|
|
|
|
|
imageAlt: "Dynamic Fit Hoodie",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "product-4",
|
|
|
|
|
brand: "Pulse Athletics",
|
|
|
|
|
name: "Flex-Sculpt Sports Bra",
|
|
|
|
|
price: "$69.99",
|
|
|
|
|
rating: 4,
|
|
|
|
|
reviewCount: "110 reviews",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-exercising-indoors_23-2148267256.jpg",
|
|
|
|
|
imageAlt: "Flex-Sculpt Sports Bra",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
title="Our Signature Collection"
|
|
|
|
|
description="Discover our range of meticulously designed athletic apparel and gear, where luxury meets performance."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardTwo
|
|
|
|
|
@@ -220,48 +119,18 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
name: "Alex R.",
|
|
|
|
|
role: "Marathon Runner",
|
|
|
|
|
testimonial: "Pulse Athletics gear is a game-changer. The compression leggings are unmatched in comfort and support, helping me shave minutes off my personal best.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-man-white-shirt-with-headband-doing-exercises-with-dumbbells-looking-camera-with-smile-face-standing-orange-background_141793-54372.jpg",
|
|
|
|
|
imageAlt: "Alex R. - Marathon Runner",
|
|
|
|
|
},
|
|
|
|
|
id: "1", name: "Alex R.", role: "Competitive Bodybuilder", testimonial: "Pulse Athletics gear is essential for my training. The compression wear provides incredible support during heavy lifts, aiding both performance and recovery.", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-man-white-shirt-with-headband-doing-exercises-with-dumbbells-looking-camera-with-smile-face-standing-orange-background_141793-54372.jpg", imageAlt: "Alex R. - Competitive Bodybuilder"},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
name: "Samantha P.",
|
|
|
|
|
role: "Yoga Instructor",
|
|
|
|
|
testimonial: "I live in my Pulse Athletics activewear. It's incredibly soft, flexible, and holds up perfectly through every pose and wash. Truly luxurious!",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-doing-crossfit-workout_23-2149080465.jpg",
|
|
|
|
|
imageAlt: "Samantha P. - Yoga Instructor",
|
|
|
|
|
},
|
|
|
|
|
id: "2", name: "Samantha P.", role: "Fitness Coach", testimonial: "My Pulse Athletics activewear is incredibly durable and flexible, perfect for intense gym sessions and maintaining form. It's built for serious training.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-doing-crossfit-workout_23-2149080465.jpg", imageAlt: "Samantha P. - Fitness Coach"},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
name: "Marcus L.",
|
|
|
|
|
role: "Personal Trainer",
|
|
|
|
|
testimonial: "My clients and I rely on Pulse Athletics for durability and performance. The quality is evident, and it performs in every session, every time.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-pilates-reformer-class_23-2151093215.jpg",
|
|
|
|
|
imageAlt: "Marcus L. - Personal Trainer",
|
|
|
|
|
},
|
|
|
|
|
id: "3", name: "Marcus L.", role: "Personal Trainer", testimonial: "For my clients and myself, Pulse Athletics sets the standard. The gear withstands daily rigorous training, making it a must-have for any serious bodybuilder.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-exercising-home_23-2150164762.jpg?_wi=1", imageAlt: "Marcus L. - Personal Trainer"},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
name: "Chloe K.",
|
|
|
|
|
role: "CrossFit Athlete",
|
|
|
|
|
testimonial: "From heavy lifts to intense WODs, Pulse Athletics gear never lets me down. The breathable fabrics are fantastic, and the style is always on point.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-woman-taking-selfie_23-2148343487.jpg",
|
|
|
|
|
imageAlt: "Chloe K. - CrossFit Athlete",
|
|
|
|
|
},
|
|
|
|
|
id: "4", name: "Chloe K.", role: "Powerlifter", testimonial: "From heavy deadlifts to intense circuit training, Pulse Athletics gear performs flawlessly. The breathable fabrics and robust construction are perfect for pushing limits.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-exercising-indoors_23-2148267256.jpg", imageAlt: "Chloe K. - Powerlifter"},
|
|
|
|
|
{
|
|
|
|
|
id: "5",
|
|
|
|
|
name: "David G.",
|
|
|
|
|
role: "Cyclist",
|
|
|
|
|
testimonial: "The attention to detail in Pulse Athletics apparel is fantastic. It's comfortable for long rides and looks sharp, both on and off the bike.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/female-athlete-exercising-outdoors_23-2149063693.jpg",
|
|
|
|
|
imageAlt: "David G. - Cyclist",
|
|
|
|
|
},
|
|
|
|
|
id: "5", name: "David G.", role: "Strength Athlete", testimonial: "The quality and fit of Pulse Athletics apparel are outstanding. It provides the support needed for compound movements and looks sharp, both in and out of the gym.", imageSrc: "http://img.b2bpic.net/free-photo/female-athlete-exercising-outdoors_23-2149063693.jpg", imageAlt: "David G. - Strength Athlete"},
|
|
|
|
|
]}
|
|
|
|
|
title="Hear From Our Community"
|
|
|
|
|
description="Real athletes, real results. Our customers love the quality, comfort, and confidence our gear brings to their journey."
|
|
|
|
|
title="Hear From Our Bodybuilding Community"
|
|
|
|
|
description="Real bodybuilders, real gains. Our community trusts Pulse Athletics for the quality and performance that fuels their strength and physique goals."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -271,37 +140,22 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
title: "What materials are used in Pulse Athletics products?",
|
|
|
|
|
content: "Our products utilize a blend of high-performance technical fabrics, including advanced polyester, nylon, and spandex, engineered for durability, flexibility, and moisture-wicking properties.",
|
|
|
|
|
},
|
|
|
|
|
id: "1", title: "What materials are used in Pulse Athletics products?", content: "Our products utilize a blend of high-performance technical fabrics, including advanced polyester, nylon, and spandex, engineered for durability, flexibility, and moisture-wicking properties."},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
title: "How do I choose the right size?",
|
|
|
|
|
content: "We provide a comprehensive size guide on each product page. We recommend measuring yourself and comparing it to our charts for the best fit. If you're between sizes, consider your desired fit: snug for performance, looser for comfort.",
|
|
|
|
|
},
|
|
|
|
|
id: "2", title: "How do I choose the right size?", content: "We provide a comprehensive size guide on each product page. We recommend measuring yourself and comparing it to our charts for the best fit. If you're between sizes, consider your desired fit: snug for performance, looser for comfort."},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
title: "What is your return policy?",
|
|
|
|
|
content: "We offer a 30-day return policy for unworn and unwashed items with tags attached. Please visit our 'Returns & Exchanges' page for detailed instructions and to initiate a return.",
|
|
|
|
|
},
|
|
|
|
|
id: "3", title: "What is your return policy?", content: "We offer a 30-day return policy for unworn and unwashed items with tags attached. Please visit our 'Returns & Exchanges' page for detailed instructions and to initiate a return."},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
title: "Do you ship internationally?",
|
|
|
|
|
content: "Yes, Pulse Athletics proudly ships worldwide! Shipping costs and delivery times vary by destination. You can find more details on our 'Shipping Information' page.",
|
|
|
|
|
},
|
|
|
|
|
id: "4", title: "Do you ship internationally?", content: "Unfortunately, Pulse Athletics currently does not offer international shipping. We are working to expand our reach soon!"},
|
|
|
|
|
{
|
|
|
|
|
id: "5",
|
|
|
|
|
title: "How do I care for my Pulse Athletics gear?",
|
|
|
|
|
content: "For best results and to maintain garment longevity, we recommend machine washing cold with like colors, tumble dry low, and avoiding bleach or harsh detergents. Specific care instructions are also listed on each product's label.",
|
|
|
|
|
},
|
|
|
|
|
id: "5", title: "How do I care for my Pulse Athletics gear?", content: "For best results and to maintain garment longevity, we recommend machine washing cold with like colors, tumble dry low, and avoiding bleach or harsh detergents. Specific care instructions are also listed on each product's label."},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/young-adult-exercising-home_23-2150164762.jpg"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/young-adult-exercising-home_23-2150164762.jpg?_wi=2"
|
|
|
|
|
imageAlt="Person looking at a fitness tracker or phone in a gym"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
mediaPosition="left"
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Have questions? We've got answers. Find everything you need to know about Pulse Athletics products and services."
|
|
|
|
|
description="Have questions about our gear, sizing, or policies? We've got answers to help you on your fitness journey."
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -310,58 +164,23 @@ export default function LandingPage() {
|
|
|
|
|
<FooterSimple
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Company",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "About Us",
|
|
|
|
|
href: "#about",
|
|
|
|
|
},
|
|
|
|
|
label: "About Us", href: "#about"},
|
|
|
|
|
{
|
|
|
|
|
label: "Careers",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
label: "Careers", href: "#"},
|
|
|
|
|
{
|
|
|
|
|
label: "Blog",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
label: "Blog", href: "#"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Products",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Support", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "New Arrivals",
|
|
|
|
|
href: "#products",
|
|
|
|
|
},
|
|
|
|
|
label: "FAQ", href: "#faq"},
|
|
|
|
|
{
|
|
|
|
|
label: "Men's Apparel",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
label: "Contact Us", href: "#"},
|
|
|
|
|
{
|
|
|
|
|
label: "Women's Apparel",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Accessories",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Support",
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
label: "FAQ",
|
|
|
|
|
href: "#faq",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Contact Us",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Shipping & Returns",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
label: "Shipping & Returns", href: "#"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
@@ -372,4 +191,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|