Merge version_2 into main #2
@@ -65,6 +65,7 @@ export default function LandingPage() {
|
||||
title="Our Passion for Pizza"
|
||||
description="Since 1995, we have dedicated ourselves to mastering the art of the perfect pizza. Every pie is handcrafted in our wood-fired oven."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-making-pizza-kitchen_1150-17791.jpg"
|
||||
bulletPoints={[{ title: "Fresh Dough", description: "Hand-kneaded daily." }, { title: "Wood-fired", description: "Authentic flavor." }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -73,7 +74,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[]}
|
||||
features={[{ id: "f1", title: "Quality", tags: ["Premium"] }, { id: "f2", title: "Speed", tags: ["Fast"] }]}
|
||||
title="What Makes Us Special"
|
||||
description="Authentic ingredients, traditional methods."
|
||||
/>
|
||||
@@ -87,6 +88,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Explore Our Menu"
|
||||
description="Handcrafted pies and unique creations."
|
||||
products={[{ id: "1", name: "Margherita", price: "$15", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes-basil-mozzarella_140725-7836.jpg" }, { id: "2", name: "Pepperoni", price: "$18", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-mushroom-sausages-bell-pepper-olive-onion_141793-2158.jpg" }, { id: "3", name: "Veggie", price: "$16", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-vegetables-wooden-background_140725-7871.jpg" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,7 +110,8 @@ export default function LandingPage() {
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={true}
|
||||
title="A Tradition of Taste"
|
||||
metrics={[]}
|
||||
tag="Stats"
|
||||
metrics={[{ id: "1", value: "25+", description: "Years Experience" }, { id: "2", value: "10K+", description: "Pizzas Served" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -119,14 +122,16 @@ export default function LandingPage() {
|
||||
gridVariant="full-width-top-items-bottom-row"
|
||||
useInvertedBackground={false}
|
||||
title="Voices of Our Guests"
|
||||
testimonials={[]}
|
||||
description="Hear what our customers have to say about our food."
|
||||
testimonials={[{ id: "1", name: "John D.", role: "Local", company: "City", rating: 5 }, { id: "2", name: "Sarah K.", role: "Foodie", company: "Town", rating: 5 }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
sideTitle="FAQs"
|
||||
useInvertedBackground={true}
|
||||
faqs={[]}
|
||||
faqs={[{ id: "1", title: "Do you deliver?", content: "Yes, we deliver daily!" }, { id: "2", title: "Are ingredients fresh?", content: "Always local." }]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -134,16 +139,16 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Join Us"
|
||||
title="Visit Us Today"
|
||||
description="Come and experience the finest pizza in town."
|
||||
buttons={[{ text: "Contact Us", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[]}
|
||||
columns={[{ items: [{ label: "Privacy", href: "#" }] }]}
|
||||
logoText="Pizzeria"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user