From 67a6b486db6007758b6898a165d85f8493d32d99 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:46:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 96 +++++++++++++++++++++++++++++++----------------- 1 file changed, 63 insertions(+), 33 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6127209..539a758 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -37,7 +37,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Reserve a Table", href: "#contact"}} + text: "Reserve a Table", href: "#contact" + }} /> @@ -48,26 +49,34 @@ export default function LandingPage() { tag="Craft Coffee Culture" tagIcon={Coffee} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-islamic-new-year-concept-with-dates_23-2148611756.jpg", imageAlt: "Coffee preparation technique"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-islamic-new-year-concept-with-dates_23-2148611756.jpg", imageAlt: "Coffee preparation technique" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081462.jpg", imageAlt: "Premium coffee cup presentation"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081462.jpg", imageAlt: "Premium coffee cup presentation" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-203404.jpg", imageAlt: "Specialty coffee beans selection"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-203404.jpg", imageAlt: "Specialty coffee beans selection" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-mother-preparing-coffee-kitchen_23-2148443177.jpg", imageAlt: "Coffee tasting experience cupping ritual"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-mother-preparing-coffee-kitchen_23-2148443177.jpg", imageAlt: "Coffee tasting experience cupping ritual" + }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg", imageAlt: "Cafe interior luxury design"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg", imageAlt: "Cafe interior luxury design" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-object-coffee_1220-389.jpg", imageAlt: "Arabica coffee brewing ceremony"}, + imageSrc: "http://img.b2bpic.net/free-photo/traditional-object-coffee_1220-389.jpg", imageAlt: "Arabica coffee brewing ceremony" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-iron-teapot-with-glass-tea-potted-plant-table_141793-13004.jpg", imageAlt: "Cafe comfortable workspace"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-iron-teapot-with-glass-tea-potted-plant-table_141793-13004.jpg", imageAlt: "Cafe comfortable workspace" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-cream-into-cappuccino-glass-making-beautiful-coffee-art_181624-1895.jpg", imageAlt: "Premium coffee drink presentation"}, + imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-cream-into-cappuccino-glass-making-beautiful-coffee-art_181624-1895.jpg", imageAlt: "Premium coffee drink presentation" + }, ]} buttons={[ { text: "☕ Discover Your Perfect Brew", href: "#features" }, @@ -82,7 +91,8 @@ export default function LandingPage() { -- 2.49.1