From ab660cbbb729406e71ca178cc65d1c34e97592c0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 14:17:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b5356a0..02a1bee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Award, Clock, Coffee, Instagram, Leaf, Twitter, Users } from "lucide-react"; +import { Award, Clock, Coffee, Leaf, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -73,15 +73,15 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "p1", name: "Buttery Croissant", price: "$4.50", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg?_wi=1" }, - { id: "p2", name: "Signature Latte", price: "$5.50", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg?_wi=1" }, - { id: "p3", name: "Avocado Toast", price: "$12.00", variant: "Brunch", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nutritious-breakfast-meal-assortment_23-2148833906.jpg" }, - { id: "p4", name: "Matcha Latte", price: "$6.00", variant: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163389.jpg" }, - { id: "p5", name: "Drip Roast", price: "$3.50", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-top-view-background_24972-2317.jpg" }, - { id: "p6", name: "Cinnamon Roll", price: "$5.00", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-poppy-seed-rolls-with-sugar-glaze_181624-44280.jpg" } + { id: "p1", name: "Signature Drip", price: "$3.50", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-top-view-background_24972-2317.jpg" }, + { id: "p2", name: "Enso Latte", price: "$5.50", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_23-2148494608.jpg?_wi=1" }, + { id: "p3", name: "Matcha Ceremony", price: "$6.00", variant: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163389.jpg" }, + { id: "p4", name: "Avocado Tartine", price: "$12.00", variant: "Brunch", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nutritious-breakfast-meal-assortment_23-2148833906.jpg" }, + { id: "p5", name: "Classic Croissant", price: "$4.50", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-woman-white-fur-coat-girl-counter_1157-47300.jpg?_wi=1" }, + { id: "p6", name: "Almond Cinnamon Roll", price: "$5.00", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-poppy-seed-rolls-with-sugar-glaze_181624-44280.jpg" } ]} - title="Handcrafted Menu" - description="Experience our curated selection of signature roasts, teas, and house-made delicacies." + title="Enso Cafe Selection" + description="A curated menu of mindful rituals, house-roasted coffees, and artisanal bites." /> -- 2.49.1