diff --git a/src/app/page.tsx b/src/app/page.tsx index 81ce625..af3ac31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Order Now", href: "#products"}} + text: "Order Now", href: "#products" + }} /> @@ -79,11 +80,14 @@ export default function LandingPage() { tag="Featured" products={[ { - id: "1", name: "Gourmet Burger", price: "$18.99", variant: "Prime Beef Artisan Buns", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ready-be-served-beef-burger_23-2148290673.jpg", imageAlt: "Gourmet burger with premium toppings"}, + id: "1", name: "Gourmet Burger", price: "$18.99", variant: "Prime Beef Artisan Buns", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ready-be-served-beef-burger_23-2148290673.jpg", imageAlt: "Gourmet burger with premium toppings" + }, { - id: "2", name: "Pan-Seared Salmon", price: "$24.99", variant: "Fresh Atlantic Seasonal Sauce", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-wooden-table_23-2148510866.jpg", imageAlt: "Perfectly cooked salmon with elegant plating"}, + id: "2", name: "Pan-Seared Salmon", price: "$24.99", variant: "Fresh Atlantic Seasonal Sauce", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-wooden-table_23-2148510866.jpg", imageAlt: "Perfectly cooked salmon with elegant plating" + }, { - id: "3", name: "House Pasta", price: "$16.99", variant: "Homemade Recipe Fresh Herbs", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pasta-tomatoes-bowls-pasta-tomatoes-onion-garlic-three-kind-sauces-table_140725-111449.jpg", imageAlt: "Creamy pasta dish with fresh basil garnish"}, + id: "3", name: "House Pasta", price: "$16.99", variant: "Homemade Recipe Fresh Herbs", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pasta-tomatoes-bowls-pasta-tomatoes-onion-garlic-three-kind-sauces-table_140725-111449.jpg", imageAlt: "Creamy pasta dish with fresh basil garnish" + }, ]} textboxLayout="default" gridVariant="uniform-all-items-equal" @@ -101,11 +105,13 @@ export default function LandingPage() { metrics={[ { id: "1", value: "98%", title: "Customer Satisfaction Rate", items: [ - "5-star reviews consistently", "Repeat customer rate exceeds 75%", "Recognized by food critics"], + "5-star reviews consistently", "Repeat customer rate exceeds 75%", "Recognized by food critics" + ], }, { id: "2", value: "500+", title: "Dishes Perfected", items: [ - "Rotating seasonal menu", "Chef-inspired daily specials", "Customizable options available"], + "Rotating seasonal menu", "Chef-inspired daily specials", "Customizable options available" + ], }, ]} animationType="slide-up" @@ -122,16 +128,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Rodriguez", role: "Food Enthusiast", company: "Local Foodie", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg" + }, { id: "2", name: "James Chen", role: "Restaurant Critic", company: "Culinary Review", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-thoughtful-man-office-corridor_329181-15803.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-thoughtful-man-office-corridor_329181-15803.jpg" + }, { id: "3", name: "Sophie Williams", role: "Event Planner", company: "Celebrations Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg" + }, { id: "4", name: "David Thompson", role: "Corporate Executive", company: "Business Diner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-trying-look-like-grown-up_23-2148244890.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-trying-look-like-grown-up_23-2148244890.jpg" + }, ]} kpiItems={[ { value: "2000+", label: "Monthly Guests" }, diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 32083d5..649f9d6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e3deea; - --card: #ffffff; - --foreground: #27231f; - --primary-cta: #27231f; + --background: #fafffb; + --card: #f7fffa; + --foreground: #001a0a; + --primary-cta: #0a7039; --primary-cta-text: #e3deea; --secondary-cta: #ffffff; --secondary-cta-text: #27231f; - --accent: #c68a62; - --background-accent: #c68a62; + --accent: #a8d9be; + --background-accent: #6bbf8e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);