Merge version_2 into main #3
@@ -49,13 +49,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Diana Le", handle: "@diana", testimonial: "By far the best kebab in Kiel. Freshly prepared, super tasty meat, great ingredients.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=600"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=600&_wi=1"},
|
||||
{
|
||||
name: "Andrew Hollywoods", handle: "@andrewh", testimonial: "The döner special with parsley, onion, tomato, and lemon is really something special.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=600"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=600&_wi=2"},
|
||||
]}
|
||||
tag="FRESH. FAST. UNFORGETTABLE. | Photo: @baba_kebab2022"
|
||||
imageSrc="https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=800"
|
||||
imageSrc="https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=800&_wi=1"
|
||||
imageAlt="döner kebab close up professional food photography"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -67,9 +67,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "100%", title: "Freshness", description: "Always prepared on-site", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400" },
|
||||
{ id: "m2", value: "1000+", title: "Happy Guests", description: "Local repeat customers", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400" },
|
||||
{ id: "m3", value: "24h", title: "Preparation", description: "Daily fresh prep cycle", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400" },
|
||||
{ id: "m1", value: "100%", title: "Freshness", description: "Always prepared on-site", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400&_wi=1" },
|
||||
{ id: "m2", value: "1000+", title: "Happy Guests", description: "Local repeat customers", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400&_wi=2" },
|
||||
{ id: "m3", value: "24h", title: "Preparation", description: "Daily fresh prep cycle", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400&_wi=3" },
|
||||
]}
|
||||
title="The Baba Kebab Standard"
|
||||
description="High standards for ingredients, service, and preparation consistency. Images via @baba_kebab2022."
|
||||
@@ -94,10 +94,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Freshly Prepared", description: "Ingredients are chopped, prepared, and served fresh all day.", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400", buttonIcon: Zap },
|
||||
{ title: "Signature Lahmacun", description: "Handmade with thin, flavor-packed dough and house seasoning.", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400", buttonIcon: Sparkles },
|
||||
{ title: "Steak Döner", description: "The premium cut our customers rave about. Unforgettable grill finish.", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400", buttonIcon: Flame },
|
||||
{ title: "Friendly Service", description: "Warm, fast service is at the heart of our neighborhood charm.", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400", buttonIcon: Smile },
|
||||
{ title: "Freshly Prepared", description: "Ingredients are chopped, prepared, and served fresh all day.", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400&_wi=4", buttonIcon: Zap },
|
||||
{ title: "Signature Lahmacun", description: "Handmade with thin, flavor-packed dough and house seasoning.", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400&_wi=5", buttonIcon: Sparkles },
|
||||
{ title: "Steak Döner", description: "The premium cut our customers rave about. Unforgettable grill finish.", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400&_wi=6", buttonIcon: Flame },
|
||||
{ title: "Friendly Service", description: "Warm, fast service is at the heart of our neighborhood charm.", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400&_wi=7", buttonIcon: Smile },
|
||||
]}
|
||||
title="Why people crave Baba"
|
||||
description="It is not just a meal; it is the freshness, the premium ingredients, and the signature spice blend. (Imagery courtesy of @baba_kebab2022)"
|
||||
@@ -111,9 +111,9 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Döner Special", price: "€9.50", variant: "Favorite", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400" },
|
||||
{ id: "p2", name: "Steak Döner Plate", price: "€13.00", variant: "Premium", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400" },
|
||||
{ id: "p3", name: "Homemade Lahmacun", price: "€5.50", variant: "House Special", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400" },
|
||||
{ id: "p1", name: "Döner Special", price: "€9.50", variant: "Favorite", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400&_wi=8" },
|
||||
{ id: "p2", name: "Steak Döner Plate", price: "€13.00", variant: "Premium", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400&_wi=9" },
|
||||
{ id: "p3", name: "Homemade Lahmacun", price: "€5.50", variant: "House Special", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=400&_wi=10" },
|
||||
]}
|
||||
title="Signature Menu Items"
|
||||
description="Explore the dishes that built our local following. Photos from @baba_kebab2022."
|
||||
@@ -126,8 +126,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Diana Le", role: "Food Critic", company: "Kiel Eats", rating: 5, imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=200" },
|
||||
{ id: "t2", name: "Andrew Hollywoods", role: "Kebab Enthusiast", company: "Local", rating: 5, imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=200" },
|
||||
{ id: "t1", name: "Diana Le", role: "Food Critic", company: "Kiel Eats", rating: 5, imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=200&_wi=1" },
|
||||
{ id: "t2", name: "Andrew Hollywoods", role: "Kebab Enthusiast", company: "Local", rating: 5, imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=200&_wi=2" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.9/5", label: "Customer Rating" },
|
||||
@@ -153,7 +153,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=800"
|
||||
imageSrc="https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=800&_wi=2"
|
||||
logoText="BABA KEBAB"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user