diff --git a/src/app/page.tsx b/src/app/page.tsx index 4020c91..846b8c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,11 +58,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { id: "1", name: "Signature Latte", price: "RM 12.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354576.jpg" }, - { id: "2", name: "Buttery Croissant", price: "RM 8.50", imageSrc: "http://img.b2bpic.net/free-photo/croissants-pan-with-cup-tea-honey-dipper-flat-lay-wooden-kitchen-towel_176474-8195.jpg" }, - { id: "3", name: "Avocado Toast", price: "RM 18.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-profiteroles-served-with-chocolate-sauce_114579-2339.jpg" }, - { id: "4", name: "Cold Brew", price: "RM 14.00", imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-milk-into-coffee-cup_23-2149600729.jpg" }, - { id: "5", name: "Chicken Club", price: "RM 22.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-breakfast-lunch-ideas-bread-with-cheese-avocado-greenery_8353-8795.jpg" }, - { id: "6", name: "Matcha Cheesecake", price: "RM 16.00", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25266.jpg" }, + { id: "2", name: "Buttery Croissant", price: "RM 8.50", imageSrc: "http://img.b2bpic.net/croissants-pan-with-cup-tea-honey-dipper-flat-lay-wooden-kitchen-towel_176474-8195.jpg" }, + { id: "3", name: "Avocado Toast", price: "RM 18.00", imageSrc: "http://img.b2bpic.net/plate-profiteroles-served-with-chocolate-sauce_114579-2339.jpg" }, + { id: "4", name: "Cold Brew", price: "RM 14.00", imageSrc: "http://img.b2bpic.net/hand-pouring-milk-into-coffee-cup_23-2149600729.jpg" }, + { id: "5", name: "Chicken Club", price: "RM 22.00", imageSrc: "http://img.b2bpic.net/fresh-healthy-food-breakfast-lunch-ideas-bread-with-cheese-avocado-greenery_8353-8795.jpg" }, + { id: "6", name: "Matcha Cheesecake", price: "RM 16.00", imageSrc: "http://img.b2bpic.net/young-woman-eating-delicious-tiramisu-cafe_1303-25266.jpg" }, ]} title="Handcrafted Delights" description="Discover our curated selection of specialty coffee, fresh pastries, and artisanal light bites." @@ -102,7 +102,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "1", name: "Sarah L.", date: "Oct 2024", title: "Cozy Vibes", quote: "The best latte in Taman Equine, hands down. So cozy!", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-cheerful-girl-with-tattooes-dreadlocks-is-sitting-food-court-while-drinking-coffee_613910-17170.jpg" }, - { id: "2", name: "Mark D.", date: "Nov 2024", title: "Perfect Workspace", quote: "Perfect spot to get some work done. Atmosphere is unbeatable.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-sitting-table-cafe-working_1157-26422.jpg" }, + { id: "2", name: "Mark D.", date: "Nov 2024", title: "Perfect Workspace", quote: "Perfect spot to get some work done. Atmosphere is unbeatable.", tag: "Review", avatarSrc: "http://img.b2bpic.net/businesswoman-sitting-table-cafe-working_1157-26422.jpg" }, ]} /> @@ -128,6 +128,7 @@ export default function LandingPage() { description="Get our latest specials and local updates straight to your inbox." buttons={[{ text: "Subscribe" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />