diff --git a/src/app/page.tsx b/src/app/page.tsx index 2332801..193ac5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; @@ -34,23 +34,27 @@ export default function LandingPage() { { name: "About", id: "about" }, ]} button={{ - text: "Shop Collection", href: "#products"}} + text: "Shop Collection", href: "#products" + }} />
-
@@ -85,7 +89,8 @@ export default function LandingPage() { @@ -121,13 +126,17 @@ export default function LandingPage() { description="A movement of people committed to transformation." testimonials={[ { - id: "1", name: "Alex Rivera", role: "Transformed 60 days", testimonial: "UNBRKABLE isn't just apparel—it's a commitment to yourself.", imageSrc: "http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32139.jpg?_wi=1", imageAlt: "Community member transformation"}, + id: "1", name: "Alex Rivera", role: "Transformed 60 days", testimonial: "UNBRKABLE isn't just apparel—it's a commitment to yourself.", imageSrc: "http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32139.jpg?_wi=1", imageAlt: "Community member transformation" + }, { - id: "2", name: "Jordan Cole", role: "Challenge Winner", testimonial: "The quality and mindset behind this brand changed my entire approach to fitness.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fitness-couple-posing-studio_613910-15420.jpg?_wi=1", imageAlt: "Challenge winner athlete"}, + id: "2", name: "Jordan Cole", role: "Challenge Winner", testimonial: "The quality and mindset behind this brand changed my entire approach to fitness.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fitness-couple-posing-studio_613910-15420.jpg?_wi=1", imageAlt: "Challenge winner athlete" + }, { - id: "3", name: "Morgan Blake", role: "Regular Member", testimonial: "Wearing UNBRKABLE reminds me daily that I'm capable of more than I think.", imageSrc: "http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32139.jpg?_wi=2", imageAlt: "Community athlete training"}, + id: "3", name: "Morgan Blake", role: "Regular Member", testimonial: "Wearing UNBRKABLE reminds me daily that I'm capable of more than I think.", imageSrc: "http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32139.jpg?_wi=2", imageAlt: "Community athlete training" + }, { - id: "4", name: "Casey Stone", role: "Transformation Journey", testimonial: "This is the gear I trust when I'm pushing my limits.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fitness-couple-posing-studio_613910-15420.jpg?_wi=2", imageAlt: "Athlete in transformation"}, + id: "4", name: "Casey Stone", role: "Transformation Journey", testimonial: "This is the gear I trust when I'm pushing my limits.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fitness-couple-posing-studio_613910-15420.jpg?_wi=2", imageAlt: "Athlete in transformation" + }, ]} animationType="slide-up" textboxLayout="default" @@ -161,11 +170,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file