diff --git a/src/app/page.tsx b/src/app/page.tsx
index 275e4fe..137391a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,13 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCenter from '@/components/sections/contact/ContactCenter';
+import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import FooterCard from '@/components/sections/footer/FooterCard';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
-import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
+import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
export default function LandingPage() {
return (
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -51,9 +45,7 @@ export default function LandingPage() {
description="Elevate your everyday with curated essentials designed for the modern connoisseur."
buttons={[
{
- text: "Shop Now",
- href: "#products",
- },
+ text: "Shop Now", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg"
/>
@@ -67,47 +59,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Chronos Classic",
- price: "$499",
- variant: "Midnight",
- imageSrc: "http://img.b2bpic.net/free-photo/set-cosmetic-paint-brush-makeup_1232-2065.jpg",
- },
+ id: "1", name: "Chronos Classic", price: "$499", variant: "Midnight", imageSrc: "http://img.b2bpic.net/free-photo/set-cosmetic-paint-brush-makeup_1232-2065.jpg"},
{
- id: "2",
- name: "Essence Mist",
- price: "$129",
- variant: "Limited",
- imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307262.jpg",
- },
+ id: "2", name: "Essence Mist", price: "$129", variant: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307262.jpg"},
{
- id: "3",
- name: "Aura Satchel",
- price: "$899",
- variant: "Noir",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg",
- },
+ id: "3", name: "Aura Satchel", price: "$899", variant: "Noir", imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg"},
{
- id: "4",
- name: "Sonic Elite",
- price: "$349",
- variant: "Matte",
- imageSrc: "http://img.b2bpic.net/free-photo/music-arrangement-with-black-headphones-cables-with-copy-space_23-2148785724.jpg",
- },
+ id: "4", name: "Sonic Elite", price: "$349", variant: "Matte", imageSrc: "http://img.b2bpic.net/free-photo/music-arrangement-with-black-headphones-cables-with-copy-space_23-2148785724.jpg"},
{
- id: "5",
- name: "Silk Ribbon",
- price: "$199",
- variant: "Azure",
- imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-black-dress-with-evening-makeup-colorful-lips-red-shawl_158538-10939.jpg",
- },
+ id: "5", name: "Silk Ribbon", price: "$199", variant: "Azure", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-black-dress-with-evening-makeup-colorful-lips-red-shawl_158538-10939.jpg"},
{
- id: "6",
- name: "Vogue Shades",
- price: "$299",
- variant: "Classic",
- imageSrc: "http://img.b2bpic.net/free-photo/spectacular-young-woman-white-blouse-posing-street-amazing-brunette-girl-sunglasses-standing-city-background_197531-26313.jpg",
- },
+ id: "6", name: "Vogue Shades", price: "$299", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/spectacular-young-woman-white-blouse-posing-street-amazing-brunette-girl-sunglasses-standing-city-background_197531-26313.jpg"},
]}
title="Curated Selection"
description="Discover pieces that define your style."
@@ -121,29 +83,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Premium Quality",
- tags: [
- "Handcrafted",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-reception-drinking-coffee_1303-22682.jpg",
- },
+ id: "f1", title: "Premium Quality", tags: [
+ "Handcrafted"],
+ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-reception-drinking-coffee_1303-22682.jpg"},
{
- id: "f2",
- title: "White Glove Service",
- tags: [
- "Support",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367144.jpg",
- },
+ id: "f2", title: "White Glove Service", tags: [
+ "Support"],
+ imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367144.jpg"},
{
- id: "f3",
- title: "VIP Access",
- tags: [
- "Exclusive",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-wrist-builder_23-2147775533.jpg",
- },
+ id: "f3", title: "VIP Access", tags: [
+ "Exclusive"],
+ imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-wrist-builder_23-2147775533.jpg"},
]}
title="Why Choose Us"
description="Excellence in every detail."
@@ -151,50 +101,21 @@ export default function LandingPage() {
-
-
);
-}
+}
\ No newline at end of file