From c06cf8e646d9193d377678f584a441ab351f8b05 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 04:38:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 971dd3a..d9de794 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" }, { text: "Book Table", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/hand-holding-glass-cup-front-sunset_266188-9.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hand-holding-glass-cup-front-sunset_266188-9.jpg?_wi=1" imageAlt="Tepi Langit Coffee view" mediaAnimation="slide-up" /> @@ -65,7 +65,7 @@ export default function LandingPage() { { value: "1.1K+", title: "Happy Reviews" }, { value: "4.6", title: "Rating Score" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-cookie-put-windowsill_181624-22130.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cup-coffee-cookie-put-windowsill_181624-22130.jpg?_wi=1" imageAlt="Cafe Interior" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -112,8 +112,8 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { id: "basic", title: "Coffee Break", price: "Rp 25k", period: "/person", features: ["1 Coffee Selection", "Light Snack"], button: { text: "Select" }, imageSrc: "http://img.b2bpic.net/free-photo/woman-sits-balcony-background-night-city_1153-3810.jpg" }, - { id: "pro", title: "Full Dining", price: "Rp 50k", period: "/person", features: ["1 Main Dish", "1 Signature Drink", "Full Access"], button: { text: "Select" }, imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-glass-cup-front-sunset_266188-9.jpg" }, - { id: "premium", title: "Family Package", price: "Rp 150k", period: "/group", features: ["4 Main Dishes", "4 Drinks", "Reserved Table"], button: { text: "Select" }, imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-cookie-put-windowsill_181624-22130.jpg" }, + { id: "pro", title: "Full Dining", price: "Rp 50k", period: "/person", features: ["1 Main Dish", "1 Signature Drink", "Full Access"], button: { text: "Select" }, imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-glass-cup-front-sunset_266188-9.jpg?_wi=2" }, + { id: "premium", title: "Family Package", price: "Rp 150k", period: "/group", features: ["4 Main Dishes", "4 Drinks", "Reserved Table"], button: { text: "Select" }, imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-cookie-put-windowsill_181624-22130.jpg?_wi=2" }, ]} title="Dining Packages" description="Choose the best experience for your visit." -- 2.49.1