Compare commits
67 Commits
version_8
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 12cb800fa1 | |||
| 3e594dd6a5 | |||
| e5e81a1b6c | |||
| 638ea6eff9 | |||
| da3931b389 | |||
| 9b239a8bb4 | |||
| a02a50f99b | |||
| f6739096d5 | |||
| 529b82cea8 | |||
| da4fd556f9 | |||
| 1959156135 | |||
| 51b557c68c | |||
| 4be7d95840 | |||
| 59d347b2c1 | |||
| 6d328b7a47 | |||
| bb34c5cc31 | |||
| 76892d4d9a | |||
| 02c5673193 | |||
| 2f172a3ea8 | |||
| 915ac91c15 | |||
| 9911aaff44 | |||
| cbe3ea9f47 | |||
| 1c50cfa52d | |||
| a8b20a84e6 | |||
| fb0b631dcf | |||
| 3bcbf63741 | |||
| cb49c39329 | |||
| 7db265ec71 | |||
| 5d8a4566bb | |||
| bb07ae85ba | |||
| 0594e6b8cb | |||
| 82cf416f96 | |||
| 84debe7d1c | |||
| 943799f2e0 | |||
| acfe6a9df8 | |||
| a8ded39087 | |||
| 6d1e26dd50 | |||
| b5ca2643f1 | |||
| 050f19e986 | |||
| a8017f5724 | |||
| 33a2e39d39 | |||
| 2dc39bb2cf | |||
| 92112155e5 | |||
| d3af33e7e3 | |||
| d61045c9d8 | |||
| 6faecaf23b | |||
| 5eee8ce6be | |||
| f75e59e5c0 | |||
| 49d24c1598 | |||
| a5785f7aa0 | |||
| 09d317c2cc | |||
| 160c43773f | |||
| 739b1c961b | |||
| b8bc880f53 | |||
| 8e8979b40e | |||
| 1ca23e612e | |||
| d199527d15 | |||
| 3dffe3e0d6 | |||
| 486989ba4e | |||
| cd18984b98 | |||
| 6bc7e37de3 | |||
| 0062f1b86c | |||
| f707dd7960 | |||
| c09508a388 | |||
| 22d78ced96 | |||
| b8d4733676 | |||
| dbd615c441 |
1401
src/app/layout.tsx
1401
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import HeroSplit from "@/components/sections/hero/HeroSplit";
|
||||
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
@@ -23,13 +23,13 @@ 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-1772688083401-ri2hipbp.png", imageAlt: "Wood-fired pizza fresh from oven", imagePosition: "right" as const,
|
||||
mediaAnimation: "blur-reveal" as const,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOPwaLclIhBPrud8y1xTqDki0/uploaded-1772696530462-ap9wxfmj.png", imageAlt: "Wood-fired pizza fresh from oven", mediaAnimation: "blur-reveal" as const,
|
||||
buttons: [
|
||||
{ text: "Reserve Your Slice", href: "#menu" },
|
||||
{ text: "Call Now", href: "tel:+16325551234" }
|
||||
],
|
||||
buttonAnimation: "blur-reveal" as const
|
||||
buttonAnimation: "blur-reveal" as const,
|
||||
containerClassName: "relative", className: "relative z-10"
|
||||
};
|
||||
|
||||
const philosophyProps = {
|
||||
@@ -45,31 +45,31 @@ const philosophyProps = {
|
||||
|
||||
const menuProducts = [
|
||||
{
|
||||
id: "margherita", brand: "DE CASA PIZZA WOOD FIRED", name: "Margherita", price: "$18", rating: 5,
|
||||
id: "margherita", brand: "DECASA 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: "DE CASA PIZZA WOOD FIRED", name: "Hot Honey Pepperoni", price: "$21", rating: 5,
|
||||
id: "hot-honey-pepperoni", brand: "DECASA 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: "DE CASA PIZZA WOOD FIRED", name: "Truffle", price: "$21", rating: 5,
|
||||
id: "truffle", brand: "DECASA 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: "DE CASA PIZZA WOOD FIRED", name: "Western", price: "$21", rating: 5,
|
||||
id: "western", brand: "DECASA 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: "DE CASA PIZZA WOOD FIRED", name: "Meatballs", price: "$18", rating: 5,
|
||||
id: "meatballs", brand: "DECASA 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: "DE CASA PIZZA WOOD FIRED", name: "Four Cheese Calzone", price: "$17", rating: 5,
|
||||
id: "four-cheese-calzone", brand: "DECASA 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: "DE CASA PIZZA WOOD FIRED", name: "House Salad", price: "$7", rating: 5,
|
||||
id: "house-salad", brand: "DECASA 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,12 +169,12 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={navButton}
|
||||
brandName="DE CASA PIZZA WOOD FIRED"
|
||||
brandName="DECASA PIZZA WOOD FIRED"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit {...heroProps} />
|
||||
<HeroOverlay {...heroProps} />
|
||||
</div>
|
||||
|
||||
<div id="philosophy" data-section="philosophy">
|
||||
|
||||
Reference in New Issue
Block a user