diff --git a/src/app/page.tsx b/src/app/page.tsx index 37df4d4..4a50514 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Sparkles, Star } from "lucide-react"; +import { Award, Sparkles, Star, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -73,21 +58,9 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Philosophy" metrics={[ - { - icon: Sparkles, - label: "Designs", - value: "500+", - }, - { - icon: Star, - label: "Happy Clients", - value: "10k+", - }, - { - icon: Award, - label: "Years Active", - value: "10", - }, + { icon: Sparkles, label: "Designs", value: "500+" }, + { icon: Star, label: "Happy Clients", value: "10k+" }, + { icon: Award, label: "Years Active", value: "10" }, ]} metricsAnimation="slide-up" /> @@ -99,33 +72,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Premium Quality", - description: "Sourced from the finest textiles.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-knitted-stockings-uses-phone-cozy-bed-autumn-leaves_169016-14028.jpg", - imageAlt: "A young woman in knitted stockings uses the phone in a cozy bed, among the autumn leaves.", - }, + title: "Premium Quality", description: "Sourced from the finest textiles.", buttonIcon: CheckCircle, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-knitted-stockings-uses-phone-cozy-bed-autumn-leaves_169016-14028.jpg", imageAlt: "A young woman in knitted stockings uses the phone in a cozy bed, among the autumn leaves."}, { - title: "Unique Designs", - description: "Authentic patterns for every occasion.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-with-mouse-cassette-pink-background_185193-162172.jpg?_wi=2", - imageAlt: "A young woman in knitted stockings uses the phone in a cozy bed, among the autumn leaves.", - }, + title: "Unique Designs", description: "Authentic patterns for every occasion.", buttonIcon: CheckCircle, + imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-with-mouse-cassette-pink-background_185193-162172.jpg", imageAlt: "A young woman in knitted stockings uses the phone in a cozy bed, among the autumn leaves."}, { - title: "Sustainable", - description: "Consciously crafted fashion pieces.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-concept-with-copy-space_23-2148623322.jpg?_wi=1", - imageAlt: "A young woman in knitted stockings uses the phone in a cozy bed, among the autumn leaves.", - }, + title: "Sustainable", description: "Consciously crafted fashion pieces.", buttonIcon: CheckCircle, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-concept-with-copy-space_23-2148623322.jpg", imageAlt: "A young woman in knitted stockings uses the phone in a cozy bed, among the autumn leaves."}, { - title: "Worldwide Shipping", - description: "Delivering elegance to your doorstep.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashionable-sisters-holding-hands-together_23-2147840666.jpg?_wi=1", - imageAlt: "A young woman in knitted stockings uses the phone in a cozy bed, among the autumn leaves.", - }, + title: "Worldwide Shipping", description: "Delivering elegance to your doorstep.", buttonIcon: CheckCircle, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashionable-sisters-holding-hands-together_23-2147840666.jpg", imageAlt: "A young woman in knitted stockings uses the phone in a cozy bed, among the autumn leaves."}, ]} title="Why Sanskar?" description="Experience fashion that blends heritage with modern aesthetics." @@ -140,47 +97,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Silk Saree", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-concept-with-copy-space_23-2148623322.jpg?_wi=2", - imageAlt: "luxury silk garment detail", - }, + id: "p1", name: "Silk Saree", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-concept-with-copy-space_23-2148623322.jpg", imageAlt: "luxury silk garment detail"}, { - id: "p2", - name: "Kurta Set", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashionable-sisters-holding-hands-together_23-2147840666.jpg?_wi=2", - imageAlt: "bohemian chic fashion item", - }, + id: "p2", name: "Kurta Set", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashionable-sisters-holding-hands-together_23-2147840666.jpg", imageAlt: "bohemian chic fashion item"}, { - id: "p3", - name: "Designer Top", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-water-break_23-2148898075.jpg", - imageAlt: "minimalist contemporary fashion outfit", - }, + id: "p3", name: "Designer Top", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-water-break_23-2148898075.jpg", imageAlt: "minimalist contemporary fashion outfit"}, { - id: "p4", - name: "Ethnic Dress", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353708.jpg", - imageAlt: "designer floral print dress", - }, + id: "p4", name: "Ethnic Dress", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353708.jpg", imageAlt: "designer floral print dress"}, { - id: "p5", - name: "Casual Shawl", - price: "$30", - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-holding-her-hat-down_23-2148448803.jpg", - imageAlt: "classic evening wear piece", - }, + id: "p5", name: "Casual Shawl", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-holding-her-hat-down_23-2148448803.jpg", imageAlt: "classic evening wear piece"}, { - id: "p6", - name: "Classic Trousers", - price: "$55", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-trying-blue-coat-senior-man-his-shop_23-2148180344.jpg", - imageAlt: "contemporary casual fashion wear", - }, + id: "p6", name: "Classic Trousers", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-trying-blue-coat-senior-man-his-shop_23-2148180344.jpg", imageAlt: "contemporary casual fashion wear"}, ]} title="New Arrivals" description="Discover our latest seasonal collection." @@ -193,21 +120,9 @@ export default function LandingPage() { title="Our Impact" tag="Trusted by Thousands" metrics={[ - { - id: "m1", - value: "1M+", - description: "Garments sold", - }, - { - id: "m2", - value: "98%", - description: "Satisfaction rate", - }, - { - id: "m3", - value: "50+", - description: "Global partners", - }, + { id: "m1", value: "1M+", description: "Garments sold" }, + { id: "m2", value: "98%", description: "Satisfaction rate" }, + { id: "m3", value: "50+", description: "Global partners" }, ]} metricsAnimation="slide-up" /> @@ -218,35 +133,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Anya R.", - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-holding-shopping-bags-retail-shop-smiling-confident-touching-hair-with-hand-up-gesture-posing-attractive-fashionable_839833-31667.jpg", - imageAlt: "happy fashion customer smiling", - }, + id: "t1", name: "Anya R.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-holding-shopping-bags-retail-shop-smiling-confident-touching-hair-with-hand-up-gesture-posing-attractive-fashionable_839833-31667.jpg", imageAlt: "happy fashion customer smiling"}, { - id: "t2", - name: "Deepika K.", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-shopping-together_23-2148385697.jpg", - imageAlt: "fashion enthusiast portrait", - }, + id: "t2", name: "Deepika K.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-shopping-together_23-2148385697.jpg", imageAlt: "fashion enthusiast portrait"}, { - id: "t3", - name: "Rahul V.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping_23-2149241334.jpg", - imageAlt: "lifestyle portrait stylish shopper", - }, + id: "t3", name: "Rahul V.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping_23-2149241334.jpg", imageAlt: "lifestyle portrait stylish shopper"}, { - id: "t4", - name: "Sita M.", - imageSrc: "http://img.b2bpic.net/free-photo/best-friends-role-adviser_329181-8025.jpg", - imageAlt: "elegant woman studio portrait", - }, + id: "t4", name: "Sita M.", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-role-adviser_329181-8025.jpg", imageAlt: "elegant woman studio portrait"}, { - id: "t5", - name: "Vikram S.", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-businesswoman-summer-city_1157-20638.jpg", - imageAlt: "lifestyle portrait young woman", - }, + id: "t5", name: "Vikram S.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-businesswoman-summer-city_1157-20638.jpg", imageAlt: "lifestyle portrait young woman"}, ]} cardTitle="Loved by You" cardTag="Customer Stories" @@ -259,21 +154,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Do you ship worldwide?", - content: "Yes, we ship to over 50 countries.", - }, - { - id: "f2", - title: "Return policy?", - content: "30-day hassle-free returns.", - }, - { - id: "f3", - title: "Is my payment secure?", - content: "We use industry-standard encryption.", - }, + { id: "f1", title: "Do you ship worldwide?", content: "Yes, we ship to over 50 countries." }, + { id: "f2", title: "Return policy?", content: "30-day hassle-free returns." }, + { id: "f3", title: "Is my payment secure?", content: "We use industry-standard encryption." }, ]} title="Frequently Asked Questions" description="Find answers to common inquiries." @@ -284,9 +167,7 @@ export default function LandingPage() {