Update src/app/page.tsx
This commit is contained in:
213
src/app/page.tsx
213
src/app/page.tsx
@@ -30,24 +30,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="DA RINO Wunsiedel"
|
||||
button={{ text: "Order Now", href: "#menu" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,37 +44,14 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="DA RINO Wunsiedel"
|
||||
description="Authentic Italian wood-fired pizza delivered fresh to your door in Wunsiedel."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Order Now", href: "#menu" }]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qad8yd",
|
||||
imageAlt: "Authentic pizza",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-table-thanksgiving-day_23-2148632536.jpg",
|
||||
imageAlt: "Italian atmosphere",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y94fmn",
|
||||
imageAlt: "Fresh ingredients",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qhpevt",
|
||||
imageAlt: "Professional cooking",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jyuk5g",
|
||||
imageAlt: "Dining experience",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eqz7i3",
|
||||
imageAlt: "Delivery ready",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qad8yd", imageAlt: "Authentic pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/food-table-thanksgiving-day_23-2148632536.jpg", imageAlt: "Italian atmosphere" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y94fmn", imageAlt: "Fresh ingredients" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qhpevt", imageAlt: "Professional cooking" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jyuk5g", imageAlt: "Dining experience" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eqz7i3", imageAlt: "Delivery ready" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,42 +73,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Margherita",
|
||||
price: "9,50 €",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vg4oz8",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pepperoni",
|
||||
price: "11,50 €",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=948oyj",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vegetarian",
|
||||
price: "10,50 €",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vm68x0",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Salami",
|
||||
price: "10,50 €",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ixx4wt",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Prosciutto",
|
||||
price: "12,00 €",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ycc8ee",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Quattro Formaggi",
|
||||
price: "12,50 €",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m3n51f",
|
||||
},
|
||||
{ id: "1", name: "Margherita", price: "9,50 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vg4oz8" },
|
||||
{ id: "2", name: "Pepperoni", price: "11,50 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=948oyj" },
|
||||
{ id: "3", name: "Vegetarian", price: "10,50 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vm68x0" },
|
||||
{ id: "4", name: "Salami", price: "10,50 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ixx4wt" },
|
||||
{ id: "5", name: "Prosciutto", price: "12,00 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ycc8ee" },
|
||||
{ id: "6", name: "Quattro Formaggi", price: "12,50 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m3n51f" }
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Hand-stretched, stone-baked pizzas crafted daily."
|
||||
@@ -152,43 +88,14 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anna S.",
|
||||
handle: "@anna_wunsiedel",
|
||||
testimonial: "The best pizza in town! Always hot and fresh.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t5mu9t",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Markus F.",
|
||||
handle: "@markus_f",
|
||||
testimonial: "Da Rino is our go-to for family dinner nights.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ba5dxs",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julia P.",
|
||||
handle: "@julia_p",
|
||||
testimonial: "Authentic taste, great service and fast delivery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tobias H.",
|
||||
handle: "@tobias_h",
|
||||
testimonial: "Simply incredible dough. Can't get enough!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-male-courier-wearing-santa-hat-isolated_140725-101208.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sandra B.",
|
||||
handle: "@sandra_b",
|
||||
testimonial: "My kids love the Margherita. Excellent quality.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=losr12",
|
||||
},
|
||||
{ id: "1", name: "Anna S.", handle: "@anna_wunsiedel", testimonial: "The best pizza in town! Always hot and fresh.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t5mu9t" },
|
||||
{ id: "2", name: "Markus F.", handle: "@markus_f", testimonial: "Da Rino is our go-to for family dinner nights.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ba5dxs" },
|
||||
{ id: "3", name: "Julia P.", handle: "@julia_p", testimonial: "Authentic taste, great service and fast delivery.", imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg" },
|
||||
{ id: "4", name: "Tobias H.", handle: "@tobias_h", testimonial: "Simply incredible dough. Can't get enough!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-male-courier-wearing-santa-hat-isolated_140725-101208.jpg" },
|
||||
{ id: "5", name: "Sandra B.", handle: "@sandra_b", testimonial: "My kids love the Margherita. Excellent quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=losr12" }
|
||||
]}
|
||||
title="Loved by locals"
|
||||
description="See why our customers keep coming back for more."
|
||||
@@ -200,13 +107,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Top Delivery",
|
||||
"Fresh Quality",
|
||||
"Local Favorite",
|
||||
"Chef Selection",
|
||||
"Organic Certified",
|
||||
"Wunsiedel Best",
|
||||
"Top Rated",
|
||||
"Top Delivery", "Fresh Quality", "Local Favorite", "Chef Selection", "Organic Certified", "Wunsiedel Best", "Top Rated"
|
||||
]}
|
||||
title="Trusted by our Community"
|
||||
description="Proudly serving Wunsiedel for years."
|
||||
@@ -218,21 +119,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you deliver to my area?",
|
||||
content: "We deliver within a 10km radius of Wunsiedel center.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does delivery take?",
|
||||
content: "Usually between 30-45 minutes depending on traffic.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you have vegan options?",
|
||||
content: "Yes, we offer various vegetarian and vegan pizza modifications.",
|
||||
},
|
||||
{ id: "1", title: "Do you deliver to my area?", content: "We deliver within a 10km radius of Wunsiedel center." },
|
||||
{ id: "2", title: "How long does delivery take?", content: "Usually between 30-45 minutes depending on traffic." },
|
||||
{ id: "3", title: "Do you have vegan options?", content: "Yes, we offer various vegetarian and vegan pizza modifications." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our service? Find answers here."
|
||||
@@ -243,9 +132,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Get in touch"
|
||||
title="Ready to order?"
|
||||
description="Call us or sign up for exclusive offers and daily specials."
|
||||
@@ -258,45 +145,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="DA RINO Wunsiedel"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Phone: 09232 1234",
|
||||
href: "tel:+4992321234",
|
||||
},
|
||||
{
|
||||
label: "Wunsiedel, Germany",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Impressum", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "Phone: 09232 1234", href: "tel:+4992321234" }, { label: "Wunsiedel, Germany", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user