diff --git a/src/app/page.tsx b/src/app/page.tsx
index e09cdf4..12682e7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,11 +3,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
-import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
+import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -55,13 +47,9 @@ export default function LandingPage() {
description="Discover the art of timeless skincare with Lumina, crafted from earth's most potent botanicals for a gentle, luminous glow."
buttons={[
{
- text: "Shop Collection",
- href: "#products",
- },
+ text: "Shop Collection", href: "#products"},
{
- text: "Our Philosophy",
- href: "#about",
- },
+ text: "Our Philosophy", href: "#about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382872.jpg"
/>
@@ -72,9 +60,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Crafted with Intent"
description={[
- "Lumina Skincare was born from a desire for clean, powerful results without compromise. We marry ancient botanical wisdom with modern derm-proven science.",
- "Every bottle contains only pure, effective ingredients harvested responsibly for your skin's health and our planet's future.",
- ]}
+ "Lumina Skincare was born from a desire for clean, powerful results without compromise. We marry ancient botanical wisdom with modern derm-proven science.", "Every bottle contains only pure, effective ingredients harvested responsibly for your skin's health and our planet's future."]}
/>
@@ -86,47 +72,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Botanical Serum",
- price: "$85",
- variant: "30ml",
- imageSrc: "http://img.b2bpic.net/free-photo/dropper-black-friday_187299-46542.jpg?_wi=1",
- },
+ id: "1", name: "Botanical Serum", price: "$85", variant: "30ml", imageSrc: "http://img.b2bpic.net/free-photo/dropper-black-friday_187299-46542.jpg?_wi=1"},
{
- id: "2",
- name: "Gentle Cleanser",
- price: "$42",
- variant: "150ml",
- imageSrc: "http://img.b2bpic.net/free-photo/dropper-black-friday_187299-46542.jpg?_wi=2",
- },
+ id: "2", name: "Gentle Cleanser", price: "$42", variant: "150ml", imageSrc: "http://img.b2bpic.net/free-photo/dropper-black-friday_187299-46542.jpg?_wi=2"},
{
- id: "3",
- name: "Deep Hydrator",
- price: "$65",
- variant: "50ml",
- imageSrc: "http://img.b2bpic.net/free-photo/dropper-black-friday_187299-46542.jpg?_wi=3",
- },
+ id: "3", name: "Deep Hydrator", price: "$65", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/dropper-black-friday_187299-46542.jpg?_wi=3"},
{
- id: "4",
- name: "Revitalizing Toner",
- price: "$38",
- variant: "200ml",
- imageSrc: "http://img.b2bpic.net/free-photo/dropper-black-friday_187299-46542.jpg?_wi=4",
- },
+ id: "4", name: "Revitalizing Toner", price: "$38", variant: "200ml", imageSrc: "http://img.b2bpic.net/free-photo/dropper-black-friday_187299-46542.jpg?_wi=4"},
{
- id: "5",
- name: "Calming Eye Balm",
- price: "$52",
- variant: "15ml",
- imageSrc: "http://img.b2bpic.net/free-photo/dropper-black-friday_187299-46542.jpg?_wi=5",
- },
+ id: "5", name: "Calming Eye Balm", price: "$52", variant: "15ml", imageSrc: "http://img.b2bpic.net/free-photo/dropper-black-friday_187299-46542.jpg?_wi=5"},
{
- id: "6",
- name: "Overnight Mask",
- price: "$72",
- variant: "50ml",
- imageSrc: "http://img.b2bpic.net/free-photo/dropper-black-friday_187299-46542.jpg?_wi=6",
- },
+ id: "6", name: "Overnight Mask", price: "$72", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/dropper-black-friday_187299-46542.jpg?_wi=6"},
]}
title="Our Signature Collection"
description="Formulated for radiance, texture, and lasting hydration."
@@ -134,53 +90,28 @@ export default function LandingPage() {
-
@@ -188,8 +119,7 @@ export default function LandingPage() {