diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f01708..9e1a8da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -55,9 +47,7 @@ export default function LandingPage() { description="Premium skincare crafted with nature's purest ingredients for your natural radiance." buttons={[ { - text: "Shop Collection", - href: "#products", - }, + text: "Shop Collection", href: "#products"}, ]} imageSrc="http://img.b2bpic.net/free-photo/plates-glasses-arrangement-flat-lay_23-2149722469.jpg" imageAlt="Luxurious skincare products" @@ -72,17 +62,11 @@ export default function LandingPage() { description="We believe beauty should be clean, honest, and effective. Our products are formulated in small batches using responsibly sourced botanicals to ensure maximum potency and freshness." bulletPoints={[ { - title: "Organic Ingredients", - description: "100% plant-based and cruelty-free.", - }, + title: "Organic Ingredients", description: "100% plant-based and cruelty-free."}, { - title: "Sustainable Sourcing", - description: "Eco-conscious farming and packaging.", - }, + title: "Sustainable Sourcing", description: "Eco-conscious farming and packaging."}, { - title: "Small Batch Crafted", - description: "Freshly made for better results.", - }, + title: "Small Batch Crafted", description: "Freshly made for better results."}, ]} imageSrc="http://img.b2bpic.net/free-photo/spa-composition-with-massage-scrub-soap-brush_169016-29817.jpg" imageAlt="Skincare ritual" @@ -91,51 +75,23 @@ export default function LandingPage() {
-
@@ -144,30 +100,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Alice M.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-serene-young-woman-with-beautiful-olive-skin-curly-hair-ideal-skin-brown-eyes-studio_633478-1098.jpg", - }, + id: "t1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/happy-serene-young-woman-with-beautiful-olive-skin-curly-hair-ideal-skin-brown-eyes-studio_633478-1098.jpg"}, { - id: "t2", - name: "Chloe B.", - imageSrc: "http://img.b2bpic.net/free-photo/warm-portrait-beautiful-young-brunette_8353-5051.jpg", - }, + id: "t2", name: "Chloe B.", imageSrc: "http://img.b2bpic.net/free-photo/warm-portrait-beautiful-young-brunette_8353-5051.jpg"}, { - id: "t3", - name: "Elena R.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-surprised-young-women-apply-beauty-masks-face-make-grimace-smartphone-camera-take-selfie-dressed-casual-clothes-isolated-beige-background-friends-skin-care-concept_273609-62509.jpg", - }, - { - id: "t4", - name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-cleaning-with-lemon_23-2148883424.jpg", - }, - { - id: "t5", - name: "Maria K.", - imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-happy-elegant-lady-with-brown-hair-bun-smiling-looking-aside-isolated-white_171337-765.jpg", - }, + id: "t3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/photo-surprised-young-women-apply-beauty-masks-face-make-grimace-smartphone-camera-take-selfie-dressed-casual-clothes-isolated-beige-background-friends-skin-care-concept_273609-62509.jpg"}, ]} cardTitle="Loved by You" cardTag="Reviews" @@ -179,14 +116,11 @@ export default function LandingPage() { @@ -200,4 +134,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file