Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b3108fa1cb |
323
src/app/page.tsx
323
src/app/page.tsx
@@ -32,37 +32,23 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Custom Orders",
|
name: "Custom Orders", id: "#pricing"},
|
||||||
id: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Kontakt", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/chocolate-eclairs-with-gold-sprinkles_84443-94445.jpg"
|
logoSrc="http://img.b2bpic.net/free-photo/chocolate-eclairs-with-gold-sprinkles_84443-94445.jpg"
|
||||||
logoAlt="Panetino Bakery Logo"
|
logoAlt="Panetino Bakery Logo"
|
||||||
brandName="Panetino"
|
brandName="Panetino"
|
||||||
button={{
|
button={{
|
||||||
text: "Order Now",
|
text: "Order Now", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -71,114 +57,64 @@ export default function LandingPage() {
|
|||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Panetino: Where Italian Passion Meets German Precision"
|
title="Panetino: Where Italian Passion Meets German Precision"
|
||||||
description="Indulge in our freshly baked artisanal breads, pastries, and cakes. A delightful fusion of traditional recipes and innovative flavors awaits."
|
description="Indulge in our freshly baked artisanal breads, pastries, and cakes. A delightful fusion of traditional recipes and innovative flavors awaits."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Sophia R.",
|
name: "Sophia R.", handle: "@sophia_eats", testimonial: "Panetino's sourdough is a revelation! Perfectly crusty outside, soft inside. My go-to for fresh bread.", rating: 5,
|
||||||
handle: "@sophia_eats",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-grey-sitting-with-cookies_23-2147970474.jpg", imageAlt: "Sophia R."},
|
||||||
testimonial: "Panetino's sourdough is a revelation! Perfectly crusty outside, soft inside. My go-to for fresh bread.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-grey-sitting-with-cookies_23-2147970474.jpg",
|
|
||||||
imageAlt: "Sophia R.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Mark D.",
|
name: "Mark D.", handle: "@mark_foodie", testimonial: "The pretzels are authentic German bliss! Just like I remember from my travels. Absolutely delicious.", rating: 5,
|
||||||
handle: "@mark_foodie",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-baker-holding-croissants-bakehouse_1303-32269.jpg", imageAlt: "Mark D."},
|
||||||
testimonial: "The pretzels are authentic German bliss! Just like I remember from my travels. Absolutely delicious.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-baker-holding-croissants-bakehouse_1303-32269.jpg",
|
|
||||||
imageAlt: "Mark D.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Elena V.",
|
name: "Elena V.", handle: "@elena_bakes", testimonial: "Their cannolis are out of this world! Creamy, sweet, and the shell is perfectly crisp. A true Italian gem.", rating: 5,
|
||||||
handle: "@elena_bakes",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-delicious-cupcakes_23-2150847716.jpg", imageAlt: "Elena V."},
|
||||||
testimonial: "Their cannolis are out of this world! Creamy, sweet, and the shell is perfectly crisp. A true Italian gem.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-delicious-cupcakes_23-2150847716.jpg",
|
|
||||||
imageAlt: "Elena V.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Chef Andreas",
|
name: "Chef Andreas", handle: "@culinary_journey", testimonial: "The blend of Italian and German baking techniques here is masterful. Every bite is a journey.", rating: 5,
|
||||||
handle: "@culinary_journey",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-baker_23-2149233681.jpg", imageAlt: "Chef Andreas"},
|
||||||
testimonial: "The blend of Italian and German baking techniques here is masterful. Every bite is a journey.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-baker_23-2149233681.jpg",
|
|
||||||
imageAlt: "Chef Andreas",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "The Millers",
|
name: "The Millers", handle: "@family_dinners", testimonial: "Our family loves Panetino! Their rye bread is a staple, and the kids adore the sweet pastries.", rating: 5,
|
||||||
handle: "@family_dinners",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-family-decorating-christmas-cookies-kitchen_23-2147578361.jpg", imageAlt: "The Millers"},
|
||||||
testimonial: "Our family loves Panetino! Their rye bread is a staple, and the kids adore the sweet pastries.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-family-decorating-christmas-cookies-kitchen_23-2147578361.jpg",
|
|
||||||
imageAlt: "The Millers",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
testimonialRotationInterval={5000}
|
testimonialRotationInterval={5000}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Menu",
|
text: "Explore Menu", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Our Story",
|
text: "Our Story", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", alt: "Customer Sarah"},
|
||||||
alt: "Customer Sarah",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg",
|
src: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg", alt: "Customer John"},
|
||||||
alt: "Customer John",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg",
|
src: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg", alt: "Customer Emily"},
|
||||||
alt: "Customer Emily",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-unshaven-handsome-young-hipster-guy-looks-with-dark-shining-eyes-pleased-smile_273609-8596.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-portrait-unshaven-handsome-young-hipster-guy-looks-with-dark-shining-eyes-pleased-smile_273609-8596.jpg", alt: "Customer Alex"},
|
||||||
alt: "Customer Alex",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg", alt: "Customer Michael"},
|
||||||
alt: "Customer Michael",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-leopard-bread-kitchen_181624-58763.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-leopard-bread-kitchen_181624-58763.jpg"
|
||||||
imageAlt="Display of fresh Italian and German baked goods at Panetino"
|
imageAlt="Display of fresh Italian and German baked goods at Panetino"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Freshly Baked Daily", icon: CalendarDays,
|
||||||
text: "Freshly Baked Daily",
|
|
||||||
icon: CalendarDays,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Artisanal Quality", icon: Wheat,
|
||||||
text: "Artisanal Quality",
|
|
||||||
icon: Wheat,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "European Tradition", icon: Flag,
|
||||||
text: "European Tradition",
|
|
||||||
icon: Flag,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Custom Orders Welcome", icon: Cake,
|
||||||
text: "Custom Orders Welcome",
|
|
||||||
icon: Cake,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Local Ingredients", icon: Leaf,
|
||||||
text: "Local Ingredients",
|
|
||||||
icon: Leaf,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -201,32 +137,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Finest Ingredients", descriptions: [
|
||||||
title: "Finest Ingredients",
|
"We source premium flour, butter, and fresh produce, ensuring every ingredient meets our high standards for taste and quality. Locally sourced where possible, globally selected for excellence."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-fruity-pie-with-flour-jam-nuts-dark-fruit-sweet-pie-sugar-tea-pastry-biscuit-cake_140725-145374.jpg", imageAlt: "Close-up of fresh wheat, eggs, and milk on a wooden table"},
|
||||||
"We source premium flour, butter, and fresh produce, ensuring every ingredient meets our high standards for taste and quality. Locally sourced where possible, globally selected for excellence.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-fruity-pie-with-flour-jam-nuts-dark-fruit-sweet-pie-sugar-tea-pastry-biscuit-cake_140725-145374.jpg",
|
|
||||||
imageAlt: "Close-up of fresh wheat, eggs, and milk on a wooden table",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Traditional Techniques", descriptions: [
|
||||||
title: "Traditional Techniques",
|
"Our bakers employ authentic Italian and German methods, from slow fermentation for our breads to meticulous layering for our pastries, guaranteeing superior texture and flavor."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/crop-person-kneading-dough_23-2147749558.jpg", imageAlt: "Hands kneading bread dough on a floured surface"},
|
||||||
"Our bakers employ authentic Italian and German methods, from slow fermentation for our breads to meticulous layering for our pastries, guaranteeing superior texture and flavor.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-person-kneading-dough_23-2147749558.jpg",
|
|
||||||
imageAlt: "Hands kneading bread dough on a floured surface",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Flavorful Fusion", descriptions: [
|
||||||
title: "Flavorful Fusion",
|
"Panetino is a celebration of two rich culinary heritages. Explore unique creations that beautifully blend the bold flavors of Italy with the comforting tastes of Germany."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-cake-with-cookies-little-cakes-light-white-surface-biscuit-sugar-cake-sweet-pie-cookie_140725-64526.jpg", imageAlt: "Variety of baked goods representing Italian and German fusion"},
|
||||||
"Panetino is a celebration of two rich culinary heritages. Explore unique creations that beautifully blend the bold flavors of Italy with the comforting tastes of Germany.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-cake-with-cookies-little-cakes-light-white-surface-biscuit-sugar-cake-sweet-pie-cookie_140725-64526.jpg",
|
|
||||||
imageAlt: "Variety of baked goods representing Italian and German fusion",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Hand-Crafted with Heart"
|
title="Hand-Crafted with Heart"
|
||||||
description="Discover what makes Panetino a unique culinary experience."
|
description="Discover what makes Panetino a unique culinary experience."
|
||||||
@@ -242,47 +163,17 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Classic Sourdough", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/warm-round-bread-wrapped-cloth_23-2148438643.jpg", imageAlt: "Crusty artisan sourdough bread loaf"},
|
||||||
name: "Classic Sourdough",
|
|
||||||
price: "$7.50",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/warm-round-bread-wrapped-cloth_23-2148438643.jpg",
|
|
||||||
imageAlt: "Crusty artisan sourdough bread loaf",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Authentic German Pretzel", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-croissant-arrangement-with-copy-space_23-2148516618.jpg", imageAlt: "Soft authentic German pretzel with salt"},
|
||||||
name: "Authentic German Pretzel",
|
|
||||||
price: "$3.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-croissant-arrangement-with-copy-space_23-2148516618.jpg",
|
|
||||||
imageAlt: "Soft authentic German pretzel with salt",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Flaky Butter Croissant", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/croissant-black-coffee-dark-stone-background_84443-85773.jpg", imageAlt: "Golden flaky butter croissant"},
|
||||||
name: "Flaky Butter Croissant",
|
|
||||||
price: "$4.25",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/croissant-black-coffee-dark-stone-background_84443-85773.jpg",
|
|
||||||
imageAlt: "Golden flaky butter croissant",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Traditional Apple Strudel", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-apple-strudel-sweet-indulgence-generated-by-ai_188544-32867.jpg", imageAlt: "Slice of traditional apple strudel with powdered sugar"},
|
||||||
name: "Traditional Apple Strudel",
|
|
||||||
price: "$6.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-apple-strudel-sweet-indulgence-generated-by-ai_188544-32867.jpg",
|
|
||||||
imageAlt: "Slice of traditional apple strudel with powdered sugar",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Sicilian Cannoli", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-crispy-cookies-with-sugar-powder-hand_114579-56160.jpg", imageAlt: "Crispy Sicilian cannoli with ricotta filling"},
|
||||||
name: "Sicilian Cannoli",
|
|
||||||
price: "$4.75",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-crispy-cookies-with-sugar-powder-hand_114579-56160.jpg",
|
|
||||||
imageAlt: "Crispy Sicilian cannoli with ricotta filling",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Hearty Rye Bread", price: "$8.25", imageSrc: "http://img.b2bpic.net/free-photo/sliced-dark-bread-wooden-board_23-2147761341.jpg", imageAlt: "Dark, dense German rye bread loaf"},
|
||||||
name: "Hearty Rye Bread",
|
|
||||||
price: "$8.25",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-dark-bread-wooden-board_23-2147761341.jpg",
|
|
||||||
imageAlt: "Dark, dense German rye bread loaf",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Baked Goods"
|
title="Our Signature Baked Goods"
|
||||||
description="From savory German classics to sweet Italian delights, find your new favorite."
|
description="From savory German classics to sweet Italian delights, find your new favorite."
|
||||||
@@ -296,58 +187,22 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "p-custom",
|
id: "p-custom", tag: "Small Gatherings", price: "Starting at $50", period: "/ order", description: "Perfect for family meals or intimate celebrations. Choose from a selection of our signature items.", button: {
|
||||||
tag: "Small Gatherings",
|
text: "Inquire Now", href: "#contact"},
|
||||||
price: "Starting at $50",
|
featuresTitle: "Includes:", features: [
|
||||||
period: "/ order",
|
"Assortment of mini pastries", "Custom bread selection", "Local delivery option", "Personalized consultation"],
|
||||||
description: "Perfect for family meals or intimate celebrations. Choose from a selection of our signature items.",
|
|
||||||
button: {
|
|
||||||
text: "Inquire Now",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes:",
|
|
||||||
features: [
|
|
||||||
"Assortment of mini pastries",
|
|
||||||
"Custom bread selection",
|
|
||||||
"Local delivery option",
|
|
||||||
"Personalized consultation",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p-event",
|
id: "p-event", tag: "Events & Parties", price: "Starting at $150", period: "/ event", description: "Ideal for birthdays, anniversaries, or corporate gatherings. A wider range of options and customization.", button: {
|
||||||
tag: "Events & Parties",
|
text: "Get a Quote", href: "#contact"},
|
||||||
price: "Starting at $150",
|
featuresTitle: "Includes:", features: [
|
||||||
period: "/ event",
|
"Custom cake design", "Large pastry platters", "Special dietary options", "On-site setup & display"],
|
||||||
description: "Ideal for birthdays, anniversaries, or corporate gatherings. A wider range of options and customization.",
|
|
||||||
button: {
|
|
||||||
text: "Get a Quote",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes:",
|
|
||||||
features: [
|
|
||||||
"Custom cake design",
|
|
||||||
"Large pastry platters",
|
|
||||||
"Special dietary options",
|
|
||||||
"On-site setup & display",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p-wholesale",
|
id: "p-wholesale", tag: "Wholesale & Business", price: "Custom Quote", period: "/ partnership", description: "Partner with Panetino for fresh baked goods daily. Perfect for cafes, restaurants, and grocery stores.", button: {
|
||||||
tag: "Wholesale & Business",
|
text: "Discuss Partnership", href: "#contact"},
|
||||||
price: "Custom Quote",
|
featuresTitle: "Includes:", features: [
|
||||||
period: "/ partnership",
|
"Daily fresh deliveries", "Bulk pricing & discounts", "Dedicated account manager", "Seasonal product rotation"],
|
||||||
description: "Partner with Panetino for fresh baked goods daily. Perfect for cafes, restaurants, and grocery stores.",
|
|
||||||
button: {
|
|
||||||
text: "Discuss Partnership",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes:",
|
|
||||||
features: [
|
|
||||||
"Daily fresh deliveries",
|
|
||||||
"Bulk pricing & discounts",
|
|
||||||
"Dedicated account manager",
|
|
||||||
"Seasonal product rotation",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Custom Orders & Catering"
|
title="Custom Orders & Catering"
|
||||||
@@ -361,37 +216,26 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "Bieten Sie glutenfreie Optionen an?", content: "Ja, wir haben eine Auswahl an köstlichen glutenfreien Broten und Gebäck. Bitte überprüfen Sie unser Angebot im Geschäft oder fragen Sie ein Teammitglied nach den heutigen Angeboten. Obwohl wir Vorsichtsmaßnahmen treffen, verarbeitet unsere Küche Weizenprodukte."},
|
||||||
title: "Do you offer gluten-free options?",
|
|
||||||
content: "Yes, we have a selection of delicious gluten-free breads and pastries. Please check our in-store display or ask a team member for today's offerings. While we take precautions, our kitchen handles wheat products.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Kann ich eine individuelle Tortenbestellung aufgeben?", content: "Absolut! Wir sind spezialisiert auf individuelle Torten für alle Anlässe. Bitte kontaktieren Sie uns mindestens 48-72 Stunden im Voraus, um Ihr Design, Ihre Geschmacksrichtungen und Größenanforderungen zu besprechen."},
|
||||||
title: "Can I place a custom cake order?",
|
|
||||||
content: "Absolutely! We specialize in custom cakes for all occasions. Please contact us at least 48-72 hours in advance to discuss your design, flavors, and size requirements.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Liefern Sie?", content: "Wir bieten lokale Lieferung im Umkreis von 10 Meilen für Bestellungen über 30 $. Für Catering und größere Bestellungen können Lieferoptionen arrangiert werden. Bitte erkundigen Sie sich bei Ihrer Bestellung."},
|
||||||
title: "Do you deliver?",
|
|
||||||
content: "We offer local delivery within a 10-mile radius for orders over $30. For catering and larger orders, delivery options can be arranged. Please inquire when placing your order.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q4",
|
id: "q4", title: "Was sind Ihre beliebtesten Artikel?", content: "Unser klassisches Sauerteigbrot, authentische deutsche Brezeln und sizilianische Cannoli sind konsistente Kundenfavoriten. Vergessen Sie nicht, unsere saisonalen Spezialitäten zu probieren!"},
|
||||||
title: "What are your most popular items?",
|
|
||||||
content: "Our Classic Sourdough, Authentic German Pretzels, and Sicilian Cannolis are consistent customer favorites. Don't forget to try our seasonal specials!",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q5",
|
id: "q5", title: "Sind Ihre Zutaten biologisch?", content: "Wir legen Wert auf hochwertige, frische Zutaten und beziehen, wann immer möglich, Bio-Produkte. Wir glauben an die Verwendung natürlicher und vollwertiger Komponenten für alle unsere Backwaren."},
|
||||||
title: "Are your ingredients organic?",
|
{
|
||||||
content: "We prioritize high-quality, fresh ingredients, sourcing organic whenever possible. We believe in using natural and wholesome components for all our baked goods.",
|
id: "q6", title: "Wo befindet sich Panetino?", content: "Panetino befindet sich in der Hauptstraße 123, 10115 Berlin. Wir freuen uns auf Ihren Besuch!"},
|
||||||
},
|
{
|
||||||
|
id: "q7", title: "Was sind Ihre Öffnungszeiten?", content: "Wir sind Montag bis Freitag von 7:00 bis 18:00 Uhr und Samstag von 8:00 bis 16:00 Uhr geöffnet. Sonntags haben wir geschlossen."}
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-female-cook-rolling-out-dough-with-flour-dark-surface_179666-44587.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-female-cook-rolling-out-dough-with-flour-dark-surface_179666-44587.jpg"
|
||||||
imageAlt="Baker explaining ingredients and baking process"
|
imageAlt="Bäckerin erklärt Zutaten und Backprozess"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
title="Frequently Asked Questions"
|
title="Häufig gestellte Fragen"
|
||||||
description="Find answers to common questions about our products, ingredients, and services."
|
description="Hier finden Sie Antworten auf häufige Fragen zu unserer Bäckerei, unseren Produkten, Standorten und Öffnungszeiten."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -400,34 +244,29 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
tag="Kontaktieren Sie uns"
|
||||||
tag="Get in Touch"
|
title="Besuchen Sie uns oder senden Sie eine Anfrage"
|
||||||
title="Visit Us or Send an Inquiry"
|
description="Wir freuen uns, von Ihnen zu hören! Besuchen Sie unsere Bäckerei, rufen Sie uns an oder füllen Sie das untenstehende Formular für individuelle Bestellungen, Catering oder allgemeine Fragen aus. Besuchen Sie uns in der Hauptstraße 123, 10115 Berlin. Rufen Sie uns an unter +49 30 12345678 oder senden Sie uns eine E-Mail an info@panetino.de."
|
||||||
description="We'd love to hear from you! Stop by our bakery, or fill out the form below for custom orders, catering, or general questions."
|
|
||||||
tagAnimation="opacity"
|
tagAnimation="opacity"
|
||||||
inputPlaceholder="Your Email Address"
|
inputPlaceholder="Ihre E-Mail-Adresse"
|
||||||
buttonText="Send Message"
|
buttonText="Nachricht senden"
|
||||||
termsText="By submitting, you agree to our Privacy Policy and Terms of Service."
|
termsText="Durch das Absenden stimmen Sie unserer Datenschutzerklärung und unseren Nutzungsbedingungen zu."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g53lt4"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g53lt4"
|
||||||
logoAlt="Panetino Bakery Footer Logo"
|
logoAlt="Panetino Bäckerei Logo"
|
||||||
logoText="Panetino"
|
logoText="Panetino Bäckerei"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Datenschutzerklärung", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service",
|
text: "Nutzungsbedingungen", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user