diff --git a/src/app/page.tsx b/src/app/page.tsx index 66ffa0d..bf49056 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import { Award, CheckCircle, Sparkles } from "lucide-react"; export default function LandingPage() { @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -96,26 +58,11 @@ export default function LandingPage() { @@ -125,21 +72,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: Sparkles, - title: "Curated Exclusivity", - description: "Hand-selected pieces for truly unique spaces.", - }, - { - icon: CheckCircle, - title: "Premium Quality", - description: "Craftsmanship that stands the test of time.", - }, - { - icon: Award, - title: "Design Excellence", - description: "Professional interior-grade aesthetics.", - }, + { icon: Sparkles, title: "Curated Exclusivity", description: "Hand-selected pieces for truly unique spaces." }, + { icon: CheckCircle, title: "Premium Quality", description: "Craftsmanship that stands the test of time." }, + { icon: Award, title: "Design Excellence", description: "Professional interior-grade aesthetics." }, ]} title="Why Choose PurePad" description="Expertly curated decor solutions for the modern home." @@ -153,48 +88,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Modern Leather Sofa", - price: "$2,500", - variant: "Premium Leather", - imageSrc: "http://img.b2bpic.net/free-photo/interior-decor-furniture-inspired-by-fruits-vegetables_23-2151361875.jpg", - }, - { - id: "p2", - name: "Marble Coffee Table", - price: "$850", - variant: "Calacatta Gold", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-marble-table_53876-71231.jpg", - }, - { - id: "p3", - name: "Brass Floor Lamp", - price: "$450", - variant: "Polished Brass", - imageSrc: "http://img.b2bpic.net/free-photo/modern-photorealistic-lamp-design_23-2151038972.jpg", - }, - { - id: "p4", - name: "Silk Throw Pillows", - price: "$120", - variant: "Set of 2", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-decoration-living-room_1339-4971.jpg", - }, - { - id: "p5", - name: "Sculptural Vase", - price: "$220", - variant: "Ceramic", - imageSrc: "http://img.b2bpic.net/free-photo/vases-with-green-pink-light-arrangement_23-2149835495.jpg", - }, - { - id: "p6", - name: "Abstract Wall Art", - price: "$500", - variant: "Canvas Print", - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-ferromagnetic-liquid-metal-with-copy-space_23-2148253640.jpg", - }, + { id: "p1", name: "Modern Leather Sofa", price: "$2,500", variant: "Premium Leather", imageSrc: "http://img.b2bpic.net/free-photo/interior-decor-furniture-inspired-by-fruits-vegetables_23-2151361875.jpg" }, + { id: "p2", name: "Marble Coffee Table", price: "$850", variant: "Calacatta Gold", imageSrc: "http://img.b2bpic.net/free-photo/laptop-marble-table_53876-71231.jpg" }, + { id: "p3", name: "Brass Floor Lamp", price: "$450", variant: "Polished Brass", imageSrc: "http://img.b2bpic.net/free-photo/modern-photorealistic-lamp-design_23-2151038972.jpg" }, ]} title="Explore Collections" description="Shop our latest curated home decor arrivals." @@ -205,172 +101,58 @@ export default function LandingPage() {
-
-
-
); -} +} \ No newline at end of file