From 92bfa45438e1a0a4d0c8ef4c3fe8b395bad1e325 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 03:32:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86d637b..1e7d57d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,6 +167,13 @@ export default function LandingPage() { iconClassName="w-6 h-6 text-white" cardTitleClassName="text-xl font-semibold mb-2" cardDescriptionClassName="text-sm opacity-90 mb-4" + textBoxClassName="" + textBoxTitleClassName="" + textBoxDescriptionClassName="" + textBoxTagClassName="" + textBoxButtonContainerClassName="" + textBoxButtonClassName="" + textBoxButtonTextClassName="" /> @@ -186,19 +193,19 @@ export default function LandingPage() { id: "1", name: "Caramel Macchiato", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104773.jpg", imageAlt: "caramel macchiato latte art presentation" }, { - id: "2", name: "Croissants & Scones", price: "$4.50 - $5.50", imageSrc: "http://img.b2bpic.net/free-photo/various-cakes-board-blue-background-high-quality-photo_114579-75376.jpg?_wi=1", imageAlt: "fresh croissants scones glass case bakery" + id: "2", name: "Croissants & Scones", price: "$4.50 - $5.50", imageSrc: "http://img.b2bpic.net/free-photo/various-cakes-board-blue-background-high-quality-photo_114579-75376.jpg", imageAlt: "fresh croissants scones glass case bakery" }, { - id: "3", name: "High Tea Experience", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-cup-teapot_23-2148786599.jpg?_wi=1", imageAlt: "high tea service tiered stand pastry" + id: "3", name: "High Tea Experience", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-cup-teapot_23-2148786599.jpg", imageAlt: "high tea service tiered stand pastry" }, { id: "4", name: "Iced Matcha Latte", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-pouring-tea-teacup-using-strainer_23-2148567573.jpg", imageAlt: "iced matcha latte green tea presentation" }, { - id: "5", name: "Fresh Brownies & Cookies", price: "$3.50 - $4.50", imageSrc: "http://img.b2bpic.net/free-photo/various-cakes-board-blue-background-high-quality-photo_114579-75376.jpg?_wi=2", imageAlt: "fresh croissants scones glass case bakery" + id: "5", name: "Fresh Brownies & Cookies", price: "$3.50 - $4.50", imageSrc: "http://img.b2bpic.net/free-photo/various-cakes-board-blue-background-high-quality-photo_114579-75376.jpg", imageAlt: "fresh croissants scones glass case bakery" }, { - id: "6", name: "Specialty Tea Service", price: "$8.00 - $12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-cup-teapot_23-2148786599.jpg?_wi=2", imageAlt: "high tea service tiered stand pastry" + id: "6", name: "Specialty Tea Service", price: "$8.00 - $12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-cup-teapot_23-2148786599.jpg", imageAlt: "high tea service tiered stand pastry" } ]} ariaLabel="Products section showcasing Butter & Cup menu" @@ -212,6 +219,15 @@ export default function LandingPage() { imageClassName="w-full h-64 object-cover rounded-t-2xl" cardNameClassName="text-xl font-semibold mt-4 px-4" cardPriceClassName="text-lg font-bold text-[#d4a574] px-4 pb-4" + textBoxTitleClassName="" + textBoxTitleImageWrapperClassName="" + textBoxTitleImageClassName="" + textBoxDescriptionClassName="" + textBoxClassName="" + textBoxTagClassName="" + textBoxButtonContainerClassName="" + textBoxButtonClassName="" + textBoxButtonTextClassName="" /> @@ -258,6 +274,15 @@ export default function LandingPage() { cardAvatarClassName="w-10 h-10 rounded-full object-cover" cardNameClassName="font-semibold text-sm" cardDateClassName="text-xs opacity-70" + textBoxTitleClassName="" + textBoxTitleImageWrapperClassName="" + textBoxTitleImageClassName="" + textBoxDescriptionClassName="" + textBoxClassName="" + textBoxTagClassName="" + textBoxButtonContainerClassName="" + textBoxButtonClassName="" + textBoxButtonTextClassName="" />