Update src/app/page.tsx

This commit is contained in:
2026-04-07 04:51:28 +00:00
parent 35e69994d8
commit cb278af770

View File

@@ -51,15 +51,15 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-flowers-wooden-table_181624-18937.jpg", imageAlt: "Cafe Exterior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-making-drip-fresh-coffee-vintage-coffee-shop_1150-14515.jpg", imageAlt: "Cafe Latte"},
imageSrc: "http://img.b2bpic.net/free-photo/man-making-drip-fresh-coffee-vintage-coffee-shop_1150-14515.jpg?_wi=1", imageAlt: "Cafe Latte"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-wooden-board_613910-18345.jpg", imageAlt: "Fresh Pastries"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-wooden-board_613910-18345.jpg?_wi=1", imageAlt: "Fresh Pastries"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-with-brown-coffee-seeds-wooden-desk_140725-19215.jpg", imageAlt: "Coffee Craft"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-with-brown-coffee-seeds-wooden-desk_140725-19215.jpg?_wi=1", imageAlt: "Coffee Craft"},
{
imageSrc: "http://img.b2bpic.net/free-photo/piece-sweet-pie-dark-plate_114579-30280.jpg", imageAlt: "Sweet Treats"},
imageSrc: "http://img.b2bpic.net/free-photo/piece-sweet-pie-dark-plate_114579-30280.jpg?_wi=1", imageAlt: "Sweet Treats"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281949.jpg", imageAlt: "Signature Coffee"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281949.jpg?_wi=1", imageAlt: "Signature Coffee"},
]}
/>
</div>
@@ -91,15 +91,15 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Signature Latte", price: "₱120", imageSrc: "http://img.b2bpic.net/free-photo/man-making-drip-fresh-coffee-vintage-coffee-shop_1150-14515.jpg"},
id: "1", name: "Signature Latte", price: "₱120", imageSrc: "http://img.b2bpic.net/free-photo/man-making-drip-fresh-coffee-vintage-coffee-shop_1150-14515.jpg?_wi=2"},
{
id: "2", name: "Butter Croissant", price: "₱85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-wooden-board_613910-18345.jpg"},
id: "2", name: "Butter Croissant", price: "₱85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-wooden-board_613910-18345.jpg?_wi=2"},
{
id: "3", name: "Dark Roast Pour-Over", price: "₱110", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-with-brown-coffee-seeds-wooden-desk_140725-19215.jpg"},
id: "3", name: "Dark Roast Pour-Over", price: "₱110", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-with-brown-coffee-seeds-wooden-desk_140725-19215.jpg?_wi=2"},
{
id: "4", name: "Chocolate Slice", price: "₱95", imageSrc: "http://img.b2bpic.net/free-photo/piece-sweet-pie-dark-plate_114579-30280.jpg"},
id: "4", name: "Chocolate Slice", price: "₱95", imageSrc: "http://img.b2bpic.net/free-photo/piece-sweet-pie-dark-plate_114579-30280.jpg?_wi=2"},
{
id: "5", name: "Iced Matcha Latte", price: "₱135", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281949.jpg"},
id: "5", name: "Iced Matcha Latte", price: "₱135", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281949.jpg?_wi=2"},
{
id: "6", name: "Hibiscus Tea", price: "₱90", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tea-cup_23-2149267301.jpg"},
]}