diff --git a/src/app/page.tsx b/src/app/page.tsx index 64437d0..c798ffb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,14 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; +import MediaAbout from "@/components/sections/about/MediaAbout"; +import ProductCardThree from "@/components/sections/product/ProductCardThree"; +import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; +import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; export default function LandingPage() { return ( @@ -78,13 +78,13 @@ export default function LandingPage() { tag="Limited Edition" products={[ { - id: "1", name: "Premium Urban Shirt", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/men-s-green-jacket-mockup-with-black-tee-african-american-model_53876-105358.jpg?_wi=1", imageAlt: "Premium Urban Shirt" + id: "1", name: "Premium Urban Shirt", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/men-s-green-jacket-mockup-with-black-tee-african-american-model_53876-105358.jpg", imageAlt: "Premium Urban Shirt" }, { - id: "2", name: "Sustainable Denim", price: "$119.00", imageSrc: "http://img.b2bpic.net/free-photo/wide-assortment-jeans-hanging-store_627829-6053.jpg?_wi=1", imageAlt: "Sustainable Denim" + id: "2", name: "Sustainable Denim", price: "$119.00", imageSrc: "http://img.b2bpic.net/free-photo/wide-assortment-jeans-hanging-store_627829-6053.jpg", imageAlt: "Sustainable Denim" }, { - id: "3", name: "Modern Jacket", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/stylish-brunette-girl-smiling-outdoors-positive-woman-light-denim-jacket-cool-jeans-has-fun-poses-street_197531-29411.jpg?_wi=1", imageAlt: "Modern Jacket" + id: "3", name: "Modern Jacket", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/stylish-brunette-girl-smiling-outdoors-positive-woman-light-denim-jacket-cool-jeans-has-fun-poses-street_197531-29411.jpg", imageAlt: "Modern Jacket" }, { id: "4", name: "Elegant Dress", price: "$139.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-elegant-dress-enjoing-morning-stylish-bohemian-living-room-with-home-plants_273443-5335.jpg", imageAlt: "Elegant Dress" @@ -110,15 +110,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Technology", title: "3D Design Innovation", subtitle: "Cutting-edge digital craftsmanship", description: "We utilize advanced 3D design technology to create unique patterns and fits that cannot be achieved through traditional methods. Each design is meticulously crafted for optimal comfort and style.", imageSrc: "http://img.b2bpic.net/free-photo/men-s-green-jacket-mockup-with-black-tee-african-american-model_53876-105358.jpg?_wi=2", imageAlt: "3D Design Technology" + tag: "Technology", title: "3D Design Innovation", subtitle: "Cutting-edge digital craftsmanship", description: "We utilize advanced 3D design technology to create unique patterns and fits that cannot be achieved through traditional methods. Each design is meticulously crafted for optimal comfort and style.", imageSrc: "http://img.b2bpic.net/free-photo/men-s-green-jacket-mockup-with-black-tee-african-american-model_53876-105358.jpg", imageAlt: "3D Design Technology" }, { id: 2, - tag: "Sustainability", title: "Eco-Conscious Materials", subtitle: "Responsible fashion choices", description: "Our commitment to sustainability means using organic, recycled, and ethically sourced materials. Every piece is manufactured with environmental responsibility at its core.", imageSrc: "http://img.b2bpic.net/free-photo/wide-assortment-jeans-hanging-store_627829-6053.jpg?_wi=2", imageAlt: "Sustainable Materials" + tag: "Sustainability", title: "Eco-Conscious Materials", subtitle: "Responsible fashion choices", description: "Our commitment to sustainability means using organic, recycled, and ethically sourced materials. Every piece is manufactured with environmental responsibility at its core.", imageSrc: "http://img.b2bpic.net/free-photo/wide-assortment-jeans-hanging-store_627829-6053.jpg", imageAlt: "Sustainable Materials" }, { id: 3, - tag: "Quality", title: "Premium Craftsmanship", subtitle: "Attention to every detail", description: "Each garment undergoes rigorous quality control with master craftspeople ensuring flawless construction. We guarantee durability and style that lasts for years.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-brunette-girl-smiling-outdoors-positive-woman-light-denim-jacket-cool-jeans-has-fun-poses-street_197531-29411.jpg?_wi=2", imageAlt: "Premium Quality" + tag: "Quality", title: "Premium Craftsmanship", subtitle: "Attention to every detail", description: "Each garment undergoes rigorous quality control with master craftspeople ensuring flawless construction. We guarantee durability and style that lasts for years.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-brunette-girl-smiling-outdoors-positive-woman-light-denim-jacket-cool-jeans-has-fun-poses-street_197531-29411.jpg", imageAlt: "Premium Quality" } ]} />