Compare commits
128 Commits
version_3
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 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 | |||
| 3834fb315c | |||
| 4d995ac093 | |||
| 14f2677bff | |||
| cc6340fcd3 | |||
| cb66bdb6b7 | |||
| 459a30a094 | |||
| 1f54b3f9a1 | |||
| 8d8bea898f | |||
| ad0ba9212d | |||
| 3068ba05e2 | |||
| 068cd18051 | |||
| 70d9744ebf | |||
| 26df9ba228 | |||
| e7d04c4d9b | |||
| f941057dd5 | |||
| 6d18416127 | |||
| 6105f238ea | |||
| dd2191896f | |||
| f08e036857 | |||
| 99d335c969 | |||
| d68f3bc2a6 | |||
| d84c2707b1 | |||
| d8a8fb661a | |||
| ede15e5c99 | |||
| 04edff6916 | |||
| 965b43d915 | |||
| 3844962a0f | |||
| 2cf3b4edd4 | |||
| 11f41f3b8d | |||
| b6d207a98b | |||
| 00d8e97d55 | |||
| 99e97c338d | |||
| 3270358d85 | |||
| ef15985447 | |||
| 6b87762e5f | |||
| 249d24ee4b | |||
| 3efb94d59c | |||
| 3d9fb5262c | |||
| 7e7022ff5f | |||
| 9a5124a202 | |||
| 93723a0141 | |||
| abf7ef66d9 | |||
| 6d85e39d5f | |||
| cf6ac2a9b1 | |||
| 08b0d9da3e | |||
| 4cc8630218 | |||
| 20be286ecf | |||
| e1da1dbe79 | |||
| dd2618f4f9 | |||
| ca24136a8a | |||
| 3083c9e094 | |||
| b038392480 | |||
| 8ba98fb895 | |||
| 65bc36b317 | |||
| d1db18f66d | |||
| 900b5fa37c | |||
| eddfd0f9f7 | |||
| 6e61679d23 | |||
| 1d2211fb4f | |||
| e9432cd6d5 | |||
| 2a42cea50d | |||
| 0981b2ed2e | |||
| 8f38ce2201 | |||
| 26a381d59d | |||
| 1d2eda0b83 | |||
| 3a8227dc55 | |||
| 925882a8de | |||
| 58ffad4ffd | |||
| 42a62e7a88 | |||
| 2c23b8e6f1 | |||
| 8dcd8bea14 | |||
| 39f35646a7 | |||
| 94dea43dc0 | |||
| 6967280dd7 | |||
| 645c680660 | |||
| 114dde5120 | |||
| 5bf495a88f | |||
| 3768d142b8 | |||
| 7e0fb58678 | |||
| 2936cd1bb7 | |||
| 9e027c2a0a | |||
| 1cbe51dbf7 | |||
| 15edb459da | |||
| 022b5476c9 | |||
| 5b0928cec0 | |||
| 6758cef7ff | |||
| 534e440f6a | |||
| ce7d8fff9b | |||
| e65d516ccc | |||
| e618a750bb | |||
| 96b4849038 | |||
| 7b537abaf2 | |||
| 5f639cee71 | |||
| b80a6e16d2 | |||
| 731c295a03 | |||
| ee5c634682 | |||
| 00ef59a0f3 | |||
| 8de6026486 | |||
| ce62aba487 | |||
| c2bcbb4e0b | |||
| 1f4fe4e2f6 |
@@ -8,7 +8,7 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Award, MapPin, Phone } from "lucide-react";
|
||||
import { Award, MapPin, Phone, Clock } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
{ name: "Menu", id: "menu" },
|
||||
@@ -29,7 +29,8 @@ const heroProps = {
|
||||
{ text: "Reserve Your Slice", href: "#menu" },
|
||||
{ text: "Call Now", href: "tel:+16325551234" }
|
||||
],
|
||||
buttonAnimation: "blur-reveal" as const
|
||||
buttonAnimation: "blur-reveal" as const,
|
||||
containerClassName: "relative bg-cover bg-center bg-no-repeat", className: "relative z-10"
|
||||
};
|
||||
|
||||
const philosophyProps = {
|
||||
@@ -45,31 +46,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"
|
||||
}
|
||||
];
|
||||
@@ -89,13 +90,13 @@ const menuProps = {
|
||||
|
||||
const locationFaqs = [
|
||||
{
|
||||
id: "hours-tue-wed-sat", title: "Tuesday, Wednesday, Saturday", content: "11am–2pm. Until sold out."
|
||||
id: "hours-tue-wed-sat", title: "Tuesday, Wednesday, Saturday", content: "<div class='space-y-2'><p class='font-semibold'>11am–2pm</p><p class='text-sm opacity-75'>Until sold out.</p></div>"
|
||||
},
|
||||
{
|
||||
id: "hours-thu-fri", title: "Thursday, Friday", content: "11am–2pm / 4pm–7pm. Until sold out."
|
||||
id: "hours-thu-fri", title: "Thursday, Friday", content: "<div class='space-y-2'><p class='font-semibold'>11am–2pm / 4pm–7pm</p><p class='text-sm opacity-75'>Until sold out.</p></div>"
|
||||
},
|
||||
{
|
||||
id: "hours-sun-mon", title: "Sunday, Monday", content: "Closed. Resting the dough."
|
||||
id: "hours-sun-mon", title: "Sunday, Monday", content: "<div class='space-y-2'><p class='font-semibold'>Closed</p><p class='text-sm opacity-75'>Resting the dough.</p></div>"
|
||||
},
|
||||
{
|
||||
id: "ordering", title: "How to Order", content: "Call to place an order. We prepare fresh wood-fired pizzas to order. Limited daily availability."
|
||||
@@ -169,11 +170,16 @@ 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">
|
||||
<div id="hero" data-section="hero" style={{
|
||||
backgroundImage: 'url(https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOPwaLclIhBPrud8y1xTqDki0/uploaded-1772617011051-vili4pw9.png)',
|
||||
backgroundSize: 'cover',
|
||||
backgroundPosition: 'center',
|
||||
backgroundAttachment: 'fixed'
|
||||
}}>
|
||||
<HeroSplit {...heroProps} />
|
||||
</div>
|
||||
|
||||
@@ -198,4 +204,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user