Update src/app/page.tsx

This commit is contained in:
2026-03-14 03:32:04 +00:00
parent af1869bdf8
commit 92bfa45438

View File

@@ -167,6 +167,13 @@ export default function LandingPage() {
iconClassName="w-6 h-6 text-white" iconClassName="w-6 h-6 text-white"
cardTitleClassName="text-xl font-semibold mb-2" cardTitleClassName="text-xl font-semibold mb-2"
cardDescriptionClassName="text-sm opacity-90 mb-4" cardDescriptionClassName="text-sm opacity-90 mb-4"
textBoxClassName=""
textBoxTitleClassName=""
textBoxDescriptionClassName=""
textBoxTagClassName=""
textBoxButtonContainerClassName=""
textBoxButtonClassName=""
textBoxButtonTextClassName=""
/> />
</div> </div>
@@ -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: "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: "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" 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" imageClassName="w-full h-64 object-cover rounded-t-2xl"
cardNameClassName="text-xl font-semibold mt-4 px-4" cardNameClassName="text-xl font-semibold mt-4 px-4"
cardPriceClassName="text-lg font-bold text-[#d4a574] px-4 pb-4" cardPriceClassName="text-lg font-bold text-[#d4a574] px-4 pb-4"
textBoxTitleClassName=""
textBoxTitleImageWrapperClassName=""
textBoxTitleImageClassName=""
textBoxDescriptionClassName=""
textBoxClassName=""
textBoxTagClassName=""
textBoxButtonContainerClassName=""
textBoxButtonClassName=""
textBoxButtonTextClassName=""
/> />
</div> </div>
@@ -258,6 +274,15 @@ export default function LandingPage() {
cardAvatarClassName="w-10 h-10 rounded-full object-cover" cardAvatarClassName="w-10 h-10 rounded-full object-cover"
cardNameClassName="font-semibold text-sm" cardNameClassName="font-semibold text-sm"
cardDateClassName="text-xs opacity-70" cardDateClassName="text-xs opacity-70"
textBoxTitleClassName=""
textBoxTitleImageWrapperClassName=""
textBoxTitleImageClassName=""
textBoxDescriptionClassName=""
textBoxClassName=""
textBoxTagClassName=""
textBoxButtonContainerClassName=""
textBoxButtonClassName=""
textBoxButtonTextClassName=""
/> />
</div> </div>