Merge version_1 into main #1
283
src/app/page.tsx
283
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Il Forno Rustico"
|
||||
/>
|
||||
@@ -54,65 +42,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Authentic Wood-Fired Flavor in Every Slice"
|
||||
description="Experience the true essence of Italy with our hand-stretched dough and locally-sourced ingredients, baked to perfection in our rustic wood oven."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244939.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-male-chef-uniform-keeping-thumbs-up-camera-against-colorful-background-handsome-man-dressed-chef-hat-showing-approved-gesture_574295-6086.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134278.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134259.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244939.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-male-chef-uniform-keeping-thumbs-up-camera-against-colorful-background-handsome-man-dressed-chef-hat-showing-approved-gesture_574295-6086.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134278.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134259.jpg", alt: "Customer" },
|
||||
]}
|
||||
avatarText="Loved by local foodies"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Our Menu", href: "#products" },
|
||||
{ text: "Book a Table", href: "#contact" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Wood-Fired Tradition",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Local Produce",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hand-Stretched Dough",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Recipes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Since 1998",
|
||||
},
|
||||
{ type: "text", text: "Wood-Fired Tradition" },
|
||||
{ type: "text", text: "Fresh Local Produce" },
|
||||
{ type: "text", text: "Hand-Stretched Dough" },
|
||||
{ type: "text", text: "Authentic Recipes" },
|
||||
{ type: "text", text: "Since 1998" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,22 +71,10 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Passion for Tradition",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309458.jpg",
|
||||
alt: "Chef at work",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Read Our Story",
|
||||
href: "#",
|
||||
},
|
||||
{ type: "text", content: "Our Passion for Tradition" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309458.jpg", alt: "Chef at work" },
|
||||
]}
|
||||
buttons={[{ text: "Read Our Story", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -146,21 +84,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Wood-Fired Perfection",
|
||||
description: "Baked in a traditional oven to achieve the perfect crust.",
|
||||
},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Fresh Local Produce",
|
||||
description: "We source the freshest ingredients from local farms daily.",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Authentic Heritage",
|
||||
description: "Recipes passed down through three generations of chefs.",
|
||||
},
|
||||
{ icon: Flame, title: "Wood-Fired Perfection", description: "Baked in a traditional oven to achieve the perfect crust." },
|
||||
{ icon: Leaf, title: "Fresh Local Produce", description: "We source the freshest ingredients from local farms daily." },
|
||||
{ icon: Award, title: "Authentic Heritage", description: "Recipes passed down through three generations of chefs." },
|
||||
]}
|
||||
title="Why Il Forno Rustico?"
|
||||
description="Discover what sets our traditional pizzeria apart from the rest."
|
||||
@@ -169,52 +95,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Margherita",
|
||||
price: "$16",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Prosciutto e Arugula",
|
||||
price: "$22",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Quattro Formaggi",
|
||||
price: "$19",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-with-parmesan-cheese_23-2148753753.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Diavola",
|
||||
price: "$18",
|
||||
variant: "Spicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-shrimp-salmon-olives_2829-14012.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Truffle Mushroom",
|
||||
price: "$24",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-slice-sausage-pizza-restaurant_140725-5031.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Calzone Rustico",
|
||||
price: "$20",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Margherita", price: "$16", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg" },
|
||||
{ id: "p2", name: "Prosciutto e Arugula", price: "$22", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg" },
|
||||
{ id: "p3", name: "Quattro Formaggi", price: "$19", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-with-parmesan-cheese_23-2148753753.jpg" },
|
||||
{ id: "p4", name: "Diavola", price: "$18", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-shrimp-salmon-olives_2829-14012.jpg" },
|
||||
{ id: "p5", name: "Truffle Mushroom", price: "$24", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-slice-sausage-pizza-restaurant_140725-5031.jpg" },
|
||||
{ id: "p6", name: "Calzone Rustico", price: "$20", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg" },
|
||||
]}
|
||||
title="Our Signature Creations"
|
||||
description="Hand-crafted pizzas that bring the heart of Italy to your table."
|
||||
@@ -226,46 +117,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best pizza in town!",
|
||||
quote: "The crust is perfectly charred and the ingredients are incredibly fresh.",
|
||||
name: "Luca Rossi",
|
||||
role: "Food Critic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Authentic taste",
|
||||
quote: "Reminds me of my trips to Naples. Simply delicious.",
|
||||
name: "Elena Bianchi",
|
||||
role: "Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Cozy Atmosphere",
|
||||
quote: "The perfect place for a family dinner. We love it here.",
|
||||
name: "Marco D'Amico",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-dark-blue-surface-food-spice-salt-pepper-photo-color_179666-17713.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Highly Recommend",
|
||||
quote: "The Truffle Mushroom pizza is absolutely a masterpiece.",
|
||||
name: "Sara Moretti",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-food-drinks-dinner-party_23-2150763423.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Incredible experience",
|
||||
quote: "The atmosphere, the service, and the food were all 10/10.",
|
||||
name: "Giovanni Ricci",
|
||||
role: "Patron",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg",
|
||||
},
|
||||
{ id: "1", title: "Best pizza in town!", quote: "The crust is perfectly charred and the ingredients are incredibly fresh.", name: "Luca Rossi", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg" },
|
||||
{ id: "2", title: "Authentic taste", quote: "Reminds me of my trips to Naples. Simply delicious.", name: "Elena Bianchi", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg" },
|
||||
{ id: "3", title: "Cozy Atmosphere", quote: "The perfect place for a family dinner. We love it here.", name: "Marco D'Amico", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-dark-blue-surface-food-spice-salt-pepper-photo-color_179666-17713.jpg" },
|
||||
{ id: "4", title: "Highly Recommend", quote: "The Truffle Mushroom pizza is absolutely a masterpiece.", name: "Sara Moretti", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/people-having-food-drinks-dinner-party_23-2150763423.jpg" },
|
||||
{ id: "5", title: "Incredible experience", quote: "The atmosphere, the service, and the food were all 10/10.", name: "Giovanni Ricci", role: "Patron", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg" },
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from those who have enjoyed our authentic culinary experience."
|
||||
@@ -277,21 +133,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer local delivery through our website and major platforms.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are there gluten-free options?",
|
||||
content: "We offer a delicious cauliflower-based crust option upon request.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you take reservations?",
|
||||
content: "Yes, we recommend booking a table in advance, especially during weekends.",
|
||||
},
|
||||
{ id: "1", title: "Do you offer delivery?", content: "Yes, we offer local delivery through our website and major platforms." },
|
||||
{ id: "2", title: "Are there gluten-free options?", content: "We offer a delicious cauliflower-based crust option upon request." },
|
||||
{ id: "3", title: "Do you take reservations?", content: "Yes, we recommend booking a table in advance, especially during weekends." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our menu or restaurant?"
|
||||
@@ -302,21 +146,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Visit Us Today"
|
||||
description="We are located in the heart of the city. Come enjoy an authentic experience with us."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Reserve",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Call to Reserve", href: "tel:+1234567890" },
|
||||
{ text: "Get Directions", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -324,34 +160,15 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [
|
||||
{ label: "Menu", href: "#products" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
] },
|
||||
{ items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
] },
|
||||
]}
|
||||
logoText="Il Forno Rustico"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user