14 Commits

Author SHA1 Message Date
3834fb315c Update src/app/page.tsx 2026-03-05 05:21:55 +00:00
4d995ac093 Switch to version 5: modified src/app/page.tsx 2026-03-05 05:18:05 +00:00
14f2677bff Switch to version 5: modified src/app/layout.tsx 2026-03-05 05:18:05 +00:00
cc6340fcd3 Switch to version 6: modified src/app/page.tsx 2026-03-05 05:17:46 +00:00
cb66bdb6b7 Switch to version 6: modified src/app/layout.tsx 2026-03-05 05:17:45 +00:00
459a30a094 Merge version_7 into main
Merge version_7 into main
2026-03-05 05:16:38 +00:00
1f54b3f9a1 Update src/app/page.tsx 2026-03-05 05:16:34 +00:00
8d8bea898f Update src/app/layout.tsx 2026-03-05 05:16:33 +00:00
ad0ba9212d Switch to version 5: modified src/app/page.tsx 2026-03-05 05:14:57 +00:00
3068ba05e2 Switch to version 5: modified src/app/layout.tsx 2026-03-05 05:14:56 +00:00
068cd18051 Merge version_6 into main
Merge version_6 into main
2026-03-05 05:13:47 +00:00
70d9744ebf Update src/app/page.tsx 2026-03-05 05:13:43 +00:00
26df9ba228 Update src/app/layout.tsx 2026-03-05 05:13:43 +00:00
e7d04c4d9b Merge version_5 into main
Merge version_5 into main
2026-03-05 05:11:07 +00:00

View File

@@ -23,7 +23,7 @@ const navButton = {
const heroProps = {
title: "The Best Pizza in Midland. Two Years Running.", description: "48-hour fermented dough. Real wood-fired pizza. Limited daily availability.", tag: "MRT Best of Midland 2024 & 2025", tagIcon: Award,
background: { variant: "plain" as const },
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOPwaLclIhBPrud8y1xTqDki0/uploaded-1772617011051-vili4pw9.png", imageAlt: "Wood-fired pizza fresh from oven", imagePosition: "right" as const,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOPwaLclIhBPrud8y1xTqDki0/uploaded-1772688083401-ri2hipbp.png", imageAlt: "Wood-fired pizza fresh from oven", imagePosition: "right" as const,
mediaAnimation: "blur-reveal" as const,
buttons: [
{ text: "Reserve Your Slice", href: "#menu" },
@@ -45,31 +45,31 @@ const philosophyProps = {
const menuProducts = [
{
id: "margherita", brand: "DECASA PIZZA WOOD FIRED", name: "Margherita", price: "$18", rating: 5,
id: "margherita", brand: "DE CASA PIZZA WOOD FIRED", name: "Margherita", price: "$18", rating: 5,
reviewCount: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg", imageAlt: "Margherita pizza with fresh mozzarella and basil"
},
{
id: "hot-honey-pepperoni", brand: "DECASA PIZZA WOOD FIRED", name: "Hot Honey Pepperoni", price: "$21", rating: 5,
id: "hot-honey-pepperoni", brand: "DE CASA PIZZA WOOD FIRED", name: "Hot Honey Pepperoni", price: "$21", rating: 5,
reviewCount: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg", imageAlt: "Hot honey pepperoni pizza"
},
{
id: "truffle", brand: "DECASA PIZZA WOOD FIRED", name: "Truffle", price: "$21", rating: 5,
id: "truffle", brand: "DE CASA PIZZA WOOD FIRED", name: "Truffle", price: "$21", rating: 5,
reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895434.jpg", imageAlt: "Luxury truffle pizza"
},
{
id: "western", brand: "DECASA PIZZA WOOD FIRED", name: "Western", price: "$21", rating: 5,
id: "western", brand: "DE CASA PIZZA WOOD FIRED", name: "Western", price: "$21", rating: 5,
reviewCount: "House Special", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg?_wi=2", imageAlt: "Western BBQ pizza"
},
{
id: "meatballs", brand: "DECASA PIZZA WOOD FIRED", name: "Meatballs", price: "$18", rating: 5,
id: "meatballs", brand: "DE CASA PIZZA WOOD FIRED", name: "Meatballs", price: "$18", rating: 5,
reviewCount: "Italian", imageSrc: "http://img.b2bpic.net/free-photo/farfalle-pasta-with-meatballs-spinach-sauce-with-fried-chickpeas_2829-18262.jpg", imageAlt: "Wood-fired meatballs"
},
{
id: "four-cheese-calzone", brand: "DECASA PIZZA WOOD FIRED", name: "Four Cheese Calzone", price: "$17", rating: 5,
id: "four-cheese-calzone", brand: "DE CASA PIZZA WOOD FIRED", name: "Four Cheese Calzone", price: "$17", rating: 5,
reviewCount: "Baked Fresh", imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-877.jpg", imageAlt: "Four cheese calzone"
},
{
id: "house-salad", brand: "DECASA PIZZA WOOD FIRED", name: "House Salad", price: "$7", rating: 5,
id: "house-salad", brand: "DE CASA PIZZA WOOD FIRED", name: "House Salad", price: "$7", rating: 5,
reviewCount: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-vegetables-greens-wooden-table-healthy-food-concept_1150-1832.jpg", imageAlt: "Fresh house salad with seasonal vegetables"
}
];
@@ -169,7 +169,7 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={navItems}
button={navButton}
brandName="DECASA PIZZA WOOD FIRED"
brandName="DE CASA PIZZA WOOD FIRED"
/>
</div>
@@ -198,4 +198,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}