From 04e82c3d53a3ceb3fac294f9af01548555ae170d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 07:57:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 314 +++-------------------------------------------- 1 file changed, 19 insertions(+), 295 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8009c26..e1c519e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Heart, Leaf, Sparkles, Star, Users } from "lucide-react"; +import { Heart, Leaf, Sparkles, Star, Users, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,11 @@ export default function LandingPage() { @@ -188,46 +69,8 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} - products={[ - { - id: "p1", - name: "Signature Collection", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-box-sweet-baked-with-rowan-spruce-leaves-table_176474-3297.jpg", - }, - { - id: "p2", - name: "Dark Origins Bar", - price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/black-man-chief-use-professional-vintage-separator-split-chocolate-cake-equal-portions-before-packaging-artisan-cooking-process_346278-643.jpg", - }, - { - id: "p3", - name: "Hazelnut Praline", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-nougats-wooden-board_23-2149617438.jpg", - }, - { - id: "p4", - name: "Salted Caramel", - price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/make-up-cosmetics-products-black-background-professional-cosmetics_482257-34494.jpg", - }, - { - id: "p5", - name: "Pistachio Truffle", - price: "$25", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-marzipan-dessert_23-2149715450.jpg", - }, - { - id: "p6", - name: "Vanilla Bean Box", - price: "$38", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chips-white-dark-inside-purple-papers-light-background-chocolate-cake-sugar-sweet-bake_140725-22284.jpg", - }, - ]} + products={[{ id: "p1", name: "Signature Collection", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-box-sweet-baked-with-rowan-spruce-leaves-table_176474-3297.jpg" }, { id: "p2", name: "Dark Origins Bar", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/black-man-chief-use-professional-vintage-separator-split-chocolate-cake-equal-portions-before-packaging-artisan-cooking-process_346278-643.jpg" }, { id: "p3", name: "Hazelnut Praline", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-nougats-wooden-board_23-2149617438.jpg" }, { id: "p4", name: "Salted Caramel", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/make-up-cosmetics-products-black-background-professional-cosmetics_482257-34494.jpg" }, { id: "p5", name: "Pistachio Truffle", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-marzipan-dessert_23-2149715450.jpg" }, { id: "p6", name: "Vanilla Bean Box", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chips-white-dark-inside-purple-papers-light-background-chocolate-cake-sugar-sweet-bake_140725-22284.jpg" }]} title="Handcrafted Delights" - description="From single-origin bars to intricate pralines, explore our curated selection." /> @@ -235,32 +78,7 @@ export default function LandingPage() { @@ -269,37 +87,11 @@ export default function LandingPage() {
@@ -309,29 +101,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={true} - metrics={[ - { - id: "m1", - value: "12+", - title: "Exotic Flavors", - description: "Unique culinary pairings", - icon: Sparkles, - }, - { - id: "m2", - value: "500+", - title: "Happy Customers", - description: "Returning sweet tooths", - icon: Users, - }, - { - id: "m3", - value: "100%", - title: "Organic", - description: "Ingredients sourced locally", - icon: Leaf, - }, - ]} + metrics={[{ id: "m1", value: "12+", title: "Exotic Flavors", description: "Unique culinary pairings", icon: Sparkles }, { id: "m2", value: "500+", title: "Happy Customers", description: "Returning sweet tooths", icon: Users }, { id: "m3", value: "100%", title: "Organic", description: "Ingredients sourced locally", icon: Leaf }]} title="By The Numbers" description="Our commitment to quality speaks for itself." /> @@ -340,35 +110,16 @@ export default function LandingPage() {
@@ -414,4 +138,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1