diff --git a/src/app/page.tsx b/src/app/page.tsx index fad796f..93f0c3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Calendar, Facebook, Instagram, Package, Users } from "lucide-react"; +import { Calendar, Package, Users, Star, Award, Shield, Zap, Instagram, Facebook } from "lucide-react"; export default function LandingPage() { return ( @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -185,42 +99,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Small Batch Coffee", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/preserved-food-concept-with-jars_23-2148626064.jpg?_wi=2", - }, - { - id: "p2", - name: "Artisan Olive Oil", - price: "$24", - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-bread-counter_107420-63655.jpg?_wi=2", - }, - { - id: "p3", - name: "Handmade Soaps", - price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-jars-with-pickled-vegetables_23-2148606777.jpg", - }, - { - id: "p4", - name: "Local Honey", - price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-quartz-prism-with-dark-shadow-white-background_23-2147949079.jpg", - }, - { - id: "p5", - name: "Boutique Teas", - price: "$14", - imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-mockup_187299-47334.jpg", - }, - { - id: "p6", - name: "Gourmet Chocolates", - price: "$20", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-bottle-natural-olive-oil_23-2148364476.jpg", - }, + { id: "p1", name: "Small Batch Coffee", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/preserved-food-concept-with-jars_23-2148626064.jpg" }, + { id: "p2", name: "Artisan Olive Oil", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-bread-counter_107420-63655.jpg" }, + { id: "p3", name: "Handmade Soaps", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-jars-with-pickled-vegetables_23-2148606777.jpg" }, + { id: "p4", name: "Local Honey", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-quartz-prism-with-dark-shadow-white-background_23-2147949079.jpg" }, + { id: "p5", name: "Boutique Teas", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-mockup_187299-47334.jpg" }, + { id: "p6", name: "Gourmet Chocolates", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bottle-natural-olive-oil_23-2148364476.jpg" } ]} title="Curated Collections" description="Refined essentials for the modern home." @@ -231,25 +115,11 @@ export default function LandingPage() {