diff --git a/src/app/page.tsx b/src/app/page.tsx index 707901e..a219283 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Award, MapPin, Package, Shield, Sparkles, Star } from "lucide-react"; @@ -30,24 +30,16 @@ export default function LandingPage() { > @@ -154,19 +105,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years Experience", - value: "12+", - }, + label: "Years Experience", value: "12+"}, { icon: Sparkles, - label: "Active Customers", - value: "5k+", - }, + label: "Active Customers", value: "5k+"}, { icon: Shield, - label: "Sustainable Source", - value: "100%", - }, + label: "Sustainable Source", value: "100%"}, ]} metricsAnimation="slide-up" /> @@ -179,26 +124,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Farm to Kitchen", - description: "No middlemen. Just fresh spices from the harvest to your pantry.", - tag: "Sourcing", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-half-onion-kitchen-table-with-fresh-vegetables-salad_169016-50523.jpg", - }, + id: "f1", title: "Farm to Kitchen", description: "No middlemen. Just fresh spices from the harvest to your pantry.", tag: "Sourcing", imageSrc: "http://img.b2bpic.net/free-photo/closeup-half-onion-kitchen-table-with-fresh-vegetables-salad_169016-50523.jpg"}, { - id: "f2", - title: "Small Batch", - description: "Crafted in small quantities to ensure absolute peak freshness.", - tag: "Quality", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-composition_23-2149072555.jpg", - }, + id: "f2", title: "Small Batch", description: "Crafted in small quantities to ensure absolute peak freshness.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-composition_23-2149072555.jpg"}, { - id: "f3", - title: "Pure & Potent", - description: "No additives, fillers, or artificial preservatives ever.", - tag: "Purity", - imageSrc: "http://img.b2bpic.net/free-photo/green-herbs-mortar-food-photography_53876-106100.jpg", - }, + id: "f3", title: "Pure & Potent", description: "No additives, fillers, or artificial preservatives ever.", tag: "Purity", imageSrc: "http://img.b2bpic.net/free-photo/green-herbs-mortar-food-photography_53876-106100.jpg"}, ]} title="Why Choose Our Spices?" description="We ensure every spice is processed with traditional methods to lock in flavor." @@ -213,41 +143,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Signature Cumin", - price: "$8.50", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-various-spices_23-2149444664.jpg", - }, + id: "p1", name: "Signature Cumin", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-various-spices_23-2149444664.jpg"}, { - id: "p2", - name: "Smoked Paprika", - price: "$9.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-cinnamon-with-copy-space_23-2148426088.jpg", - }, + id: "p2", name: "Smoked Paprika", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-cinnamon-with-copy-space_23-2148426088.jpg"}, { - id: "p3", - name: "True Ceylon Cinnamon", - price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/apple-tea-with-spices-cup_501050-845.jpg", - }, + id: "p3", name: "True Ceylon Cinnamon", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/apple-tea-with-spices-cup_501050-845.jpg"}, { - id: "p4", - name: "Tellicherry Peppercorn", - price: "$10.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-spoon-with-condiment-seeds_23-2148461633.jpg", - }, + id: "p4", name: "Tellicherry Peppercorn", price: "$10.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spoon-with-condiment-seeds_23-2148461633.jpg"}, { - id: "p5", - name: "Gold Turmeric", - price: "$7.50", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-drink-turmeric-golden-milk_114579-12723.jpg", - }, + id: "p5", name: "Gold Turmeric", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-drink-turmeric-golden-milk_114579-12723.jpg"}, { - id: "p6", - name: "Dried Rosemary", - price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/variety-crushed-seeds-tiny-glass-jar_23-2148440426.jpg", - }, + id: "p6", name: "Dried Rosemary", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/variety-crushed-seeds-tiny-glass-jar_23-2148440426.jpg"}, ]} title="Our Signature Blends" description="Explore our top-rated spice collection." @@ -261,23 +167,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: MapPin, - title: "Regions Served", - value: "45+", - }, + id: "m1", icon: MapPin, + title: "Regions Served", value: "45+"}, { - id: "m2", - icon: Package, - title: "Shipments Sent", - value: "20k+", - }, + id: "m2", icon: Package, + title: "Shipments Sent", value: "20k+"}, { - id: "m3", - icon: Star, - title: "Average Rating", - value: "4.9", - }, + id: "m3", icon: Star, + title: "Average Rating", value: "4.9"}, ]} title="Global Reach" description="Delivering happiness to kitchens worldwide." @@ -289,30 +186,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah W.", - imageSrc: "http://img.b2bpic.net/free-photo/love-shopping-close-up-shot-beautiful-dark-haired-female-smiling-camera-with-her-purchases-her-hand_651396-3879.jpg", - }, + id: "t1", name: "Sarah W.", imageSrc: "http://img.b2bpic.net/free-photo/love-shopping-close-up-shot-beautiful-dark-haired-female-smiling-camera-with-her-purchases-her-hand_651396-3879.jpg"}, { - id: "t2", - name: "Mike R.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-burger-showing-approval_23-2148705546.jpg", - }, + id: "t2", name: "Mike R.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-burger-showing-approval_23-2148705546.jpg"}, { - id: "t3", - name: "Elena K.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cooking-pizza_23-2150405878.jpg", - }, + id: "t3", name: "Elena K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cooking-pizza_23-2150405878.jpg"}, { - id: "t4", - name: "David L.", - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-pretty-delivery-woman-keeping-hands-close-her-chin_141793-124127.jpg", - }, + id: "t4", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-pretty-delivery-woman-keeping-hands-close-her-chin_141793-124127.jpg"}, { - id: "t5", - name: "Chloe B.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-wrapped-dumplings-asian-food-cook_1150-23652.jpg", - }, + id: "t5", name: "Chloe B.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wrapped-dumplings-asian-food-cook_1150-23652.jpg"}, ]} cardTitle="Loved by Home Chefs" cardTag="Reviews" @@ -326,20 +208,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How long do spices stay fresh?", - content: "Our spices maintain peak aroma for 12-18 months when stored in a cool, dry place.", - }, + id: "q1", title: "How long do spices stay fresh?", content: "Our spices maintain peak aroma for 12-18 months when stored in a cool, dry place."}, { - id: "q2", - title: "Do you ship internationally?", - content: "Yes, we ship globally using sustainable packaging.", - }, + id: "q2", title: "Do you ship internationally?", content: "Yes, we ship globally using sustainable packaging."}, { - id: "q3", - title: "Are your spices gluten-free?", - content: "All our spices are pure, single-origin, and 100% gluten-free.", - }, + id: "q3", title: "Are your spices gluten-free?", content: "All our spices are pure, single-origin, and 100% gluten-free."}, ]} title="Frequently Asked Questions" description="Have questions? We have answers." @@ -351,8 +224,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file