3 Commits

Author SHA1 Message Date
e8d15b4f61 Update src/app/page.tsx 2026-03-08 00:28:18 +00:00
8cc9fd087a Update src/app/styles/variables.css 2026-03-08 00:27:20 +00:00
cd77c32f06 Update src/app/page.tsx 2026-03-08 00:27:20 +00:00
2 changed files with 28 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles" sizing="mediumLargeSizeLargeTitles"
background="fluid" background="circleGradient"
cardStyle="solid" cardStyle="solid"
primaryButtonStyle="flat" primaryButtonStyle="flat"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -36,7 +36,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
button={{ button={{
text: "Order Now", href: "#products"}} text: "Order Now", href: "#products"
}}
/> />
</div> </div>
@@ -44,7 +45,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit <HeroLogoBillboardSplit
logoText="THE HUNGER JUNCTION" logoText="THE HUNGER JUNCTION"
description="Experience culinary excellence with our expertly crafted menu. From signature dishes to innovative creations, every meal is a journey of taste and quality." description="Experience culinary excellence with our expertly crafted menu. From signature dishes to innovative creations, every meal is a journey of taste and quality."
background={{ variant: "fluid" }} background={{ variant: "plain" }}
buttons={[ buttons={[
{ text: "Explore Menu", href: "#products" }, { text: "Explore Menu", href: "#products" },
{ text: "Reserve Table", href: "#contact" }, { text: "Reserve Table", href: "#contact" },
@@ -79,11 +80,14 @@ export default function LandingPage() {
tag="Featured" tag="Featured"
products={[ 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" textboxLayout="default"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
@@ -101,11 +105,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
id: "1", value: "98%", title: "Customer Satisfaction Rate", items: [ 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: [ 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" animationType="slide-up"
@@ -122,16 +128,20 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
id: "1", name: "Maria Rodriguez", role: "Food Enthusiast", company: "Local Foodie", rating: 5, 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, 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, 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, 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={[ kpiItems={[
{ value: "2000+", label: "Monthly Guests" }, { value: "2000+", label: "Monthly Guests" },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #e3deea; --background: #fafffb;
--card: #ffffff; --card: #f7fffa;
--foreground: #27231f; --foreground: #001a0a;
--primary-cta: #27231f; --primary-cta: #0a7039;
--primary-cta-text: #e3deea; --primary-cta-text: #e3deea;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #27231f; --secondary-cta-text: #27231f;
--accent: #c68a62; --accent: #a8d9be;
--background-accent: #c68a62; --background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);