From 1f3153f0e7415e55981a8c51152c7540674727ff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:18:17 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 93 +++++++++++++++++++++++------------------------- 1 file changed, 44 insertions(+), 49 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 034f1b2..6448b24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,24 +50,24 @@ export default function LandingPage() {
@@ -76,15 +76,15 @@ export default function LandingPage() { @@ -116,20 +116,20 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Signature Rice Bowl", price: "฿150", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg"}, + id: "1", name: "Classic Carbonara", price: "฿220", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg"}, { - id: "2", name: "Charcoal Grilled Skewers", price: "฿80", imageSrc: "http://img.b2bpic.net/free-photo/side-view-dessert-sweet-baked-pumpkin-with-nuts-cream_141793-3867.jpg"}, + id: "2", name: "Margherita Stone-Baked", price: "฿180", imageSrc: "http://img.b2bpic.net/free-photo/side-view-dessert-sweet-baked-pumpkin-with-nuts-cream_141793-3867.jpg"}, { - id: "3", name: "Urban Street Wrap", price: "฿120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291711.jpg"}, + id: "3", name: "Truffle Tagliatelle", price: "฿280", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291711.jpg"}, { - id: "4", name: "Fresh Harvest Side", price: "฿95", imageSrc: "http://img.b2bpic.net/free-photo/topview-served-pork-salad-with-cheese-lettuce_8353-10590.jpg"}, + id: "4", name: "Traditional Bruschetta", price: "฿120", imageSrc: "http://img.b2bpic.net/free-photo/topview-served-pork-salad-with-cheese-lettuce_8353-10590.jpg"}, { - id: "5", name: "Signature Craft Drink", price: "฿60", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cocktail-with-ice-tray_23-2149438834.jpg"}, + id: "5", name: "House Spritz", price: "฿150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cocktail-with-ice-tray_23-2149438834.jpg"}, { - id: "6", name: "Stark Tasting Platter", price: "฿350", imageSrc: "http://img.b2bpic.net/free-photo/frame-made-meat-roll-gnocchi-dish-tableware-vegetable-pieces_23-2148113659.jpg"}, + id: "6", name: "Tiramisu Classic", price: "฿160", imageSrc: "http://img.b2bpic.net/free-photo/frame-made-meat-roll-gnocchi-dish-tableware-vegetable-pieces_23-2148113659.jpg"}, ]} - title="Flavor-Packed Menu" - description="Discover our signature dishes curated for the bold." + title="Authentic Italian Menu" + description="Discover our curated collection of Italian favorites." /> @@ -141,23 +141,18 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah J.", role: "Local Foodie", company: "Ramkhamhaeng", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-asian-female-entrepreneur-cafe-owner-with-tablet-wearing-shop-uniform-standing-with_1258-197423.jpg"}, + id: "1", name: "Sarah J.", role: "Local Foodie", company: "Ramkhamhaeng", rating: 5}, { - id: "2", name: "Michael K.", role: "Office Worker", company: "Bangkok", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-bearded-man-with-specific-appearance-uses-tablet-computer_273609-8927.jpg"}, + id: "2", name: "Michael K.", role: "Office Worker", company: "Bangkok", rating: 5}, { - id: "3", name: "Emily P.", role: "Student", company: "University", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg"}, + id: "3", name: "Emily P.", role: "Student", company: "University", rating: 5}, { - id: "4", name: "David W.", role: "Chef", company: "Local Expert", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/protection-security-rights-guarantee-illustration_53876-123003.jpg"}, + id: "4", name: "David W.", role: "Chef", company: "Local Expert", rating: 5}, { - id: "5", name: "Jessica L.", role: "Regular", company: "Neighborhood", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-up-fried-potato_23-2148314202.jpg"}, + id: "5", name: "Jessica L.", role: "Regular", company: "Neighborhood", rating: 5}, ]} - title="A Favorite Spot for Food Lovers" - description="Don't just take our word for it—join the Stark Food movement." + title="Loved by Our Guests" + description="Experience the authenticity that brings guests back." /> @@ -169,16 +164,16 @@ export default function LandingPage() { metrics={[ { id: "1", icon: Flame, - title: "Skewers Grilled", value: "500+"}, + title: "Pasta Plates", value: "1k+"}, { id: "2", icon: Smile, - title: "Happy Diners", value: "10k+"}, + title: "Satisfied Guests", value: "10k+"}, { id: "3", icon: Award, - title: "Local Favorites", value: "Top 5"}, + title: "Authentic Recipes", value: "50+"}, ]} - title="Stark By The Numbers" - description="Passion measured in every bite served." + title="Italian Tradition By Numbers" + description="Crafting excellence in every single dish." /> @@ -189,16 +184,16 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "1", name: "Express Delivery", price: "Fast", features: [ - "Speedy preparation", "Hot & fresh guarantee", "Anywhere in range"], + id: "1", name: "Express Authentic", price: "Fast", features: [ + "Fast delivery", "Hot meal guarantee", "Authentic Italian taste"], buttons: [ { text: "Order Now", href: "#booking"}, ], }, { - id: "2", name: "Table Reservation", price: "Atmosphere", features: [ - "Skip the queue", "Prime seating", "Full Stark experience"], + id: "2", name: "Dine-in Experience", price: "Atmosphere", features: [ + "Queue-free access", "Best table seating", "Full menu availability"], buttons: [ { text: "Reserve Now", href: "#booking"}, @@ -206,7 +201,7 @@ export default function LandingPage() { }, ]} title="Order or Reserve Now" - description="Choose your path to bold flavor. Quick delivery or reservation." + description="Start your culinary journey through Italy." /> @@ -216,8 +211,8 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient"}} tag="Booking" - title="Order or Reserve" - description="Name, Phone, Email, Guests/Order details. Fast confirmation. No waiting." + title="Reserve Your Italian Table" + description="Book a table or place your order. Fast confirmation. Pure Italian flavor." buttons={[ { text: "Order or Reserve Now", href: "#booking"}, -- 2.49.1 From d1d8f326ba331d65c09a0dd810918f9e80626fcb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:18:17 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e48579f..916d20e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #121212; - --foreground: #FFFFFF; - --primary-cta: #E34400; + --background: #fbfbfb; + --card: #f0f0f0; + --foreground: #1a1a1a; + --primary-cta: #c1272d; --primary-cta-text: #FFFFFF; - --secondary-cta: #000000; + --secondary-cta: #ffffff; --secondary-cta-text: #FFFFFF; - --accent: #E34400; - --background-accent: #121212; + --accent: #f0b400; + --background-accent: #e0e0e0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1