Update src/app/page.tsx
This commit is contained in:
302
src/app/page.tsx
302
src/app/page.tsx
@@ -30,39 +30,30 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "visit",
|
||||
},
|
||||
name: "Visit Us", id: "visit"},
|
||||
]}
|
||||
brandName="SAMAY"
|
||||
animateOnLoad={true}
|
||||
button={{
|
||||
text: "Order Now", href: "#menu"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Your cozy oasis in the heart of Schwerin."
|
||||
description="Indulge in hand-poured artisanal specialty coffee, aesthetic all-day brunch, and homemade treats crafted with love."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#visit",
|
||||
},
|
||||
text: "Find Us", href: "#visit"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg"
|
||||
@@ -70,53 +61,28 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/enthusiastic-handsome-man-holding-coffee-cup-smiling-drinking-good-drink-from-cafe-takeout-stand_1258-162531.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/enthusiastic-handsome-man-holding-coffee-cup-smiling-drinking-good-drink-from-cafe-takeout-stand_1258-162531.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-smiley-barista-serving-cups-coffee_23-2148522984.jpg",
|
||||
alt: "Smiling guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-smiley-barista-serving-cups-coffee_23-2148522984.jpg", alt: "Smiling guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-adorable-dark-skinned-african-american-female-sits-comfortable-couch-holds-soft-cushion_273609-3094.jpg",
|
||||
alt: "Enjoying coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-adorable-dark-skinned-african-american-female-sits-comfortable-couch-holds-soft-cushion_273609-3094.jpg", alt: "Enjoying coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15944.jpg",
|
||||
alt: "Relaxed person",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15944.jpg", alt: "Relaxed person"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-curly-redhead-bearded-man-tasting-coffee-cup_171337-9999.jpg",
|
||||
alt: "Content visitor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-curly-redhead-bearded-man-tasting-coffee-cup_171337-9999.jpg", alt: "Content visitor"},
|
||||
]}
|
||||
avatarText="Join our 2,500+ happy guests!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-female-baker-s-hand-showing-baked-sweet-puff-pastries-counter_23-2148189117.jpg",
|
||||
alt: "Freshly baked pastry display",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-female-baker-s-hand-showing-baked-sweet-puff-pastries-counter_23-2148189117.jpg", alt: "Freshly baked pastry display"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/professional-barista-pouring-milk-into-cup-coffee_1112-479.jpg",
|
||||
alt: "Barista making latte art",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/professional-barista-pouring-milk-into-cup-coffee_1112-479.jpg", alt: "Barista making latte art"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/modern-young-woman-writing-diary-with-pen-restaurant_23-2147936100.jpg",
|
||||
alt: "Cozy cafe corner with books",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/modern-young-woman-writing-diary-with-pen-restaurant_23-2147936100.jpg", alt: "Cozy cafe corner with books"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-coffee-beans-mug_23-2148453593.jpg",
|
||||
alt: "Coffee beans close-up",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-coffee-beans-mug_23-2148453593.jpg", alt: "Coffee beans close-up"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-chocolate-sauce-fruits-chocolate-sauce-strawberries-bowls-chocolate-covered-strawberry-chopped-orange-green-candies-table_140725-110583.jpg",
|
||||
alt: "Colorful brunch plate",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/side-view-chocolate-sauce-fruits-chocolate-sauce-strawberries-bowls-chocolate-covered-strawberry-chopped-orange-green-candies-table_140725-110583.jpg", alt: "Colorful brunch plate"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,65 +105,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Specialty Coffee",
|
||||
tags: [
|
||||
"#Coffee",
|
||||
"#Artisan",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/process-preparing-espresso-professional-coffee-machine-closeup_169016-18551.jpg",
|
||||
imageAlt: "Hand-poured latte art",
|
||||
},
|
||||
id: "f1", title: "Specialty Coffee", tags: [
|
||||
"#Coffee", "#Artisan"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/process-preparing-espresso-professional-coffee-machine-closeup_169016-18551.jpg", imageAlt: "Hand-poured latte art"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Aesthetic Brunch",
|
||||
tags: [
|
||||
"#Brunch",
|
||||
"#Vibrant",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6564.jpg",
|
||||
imageAlt: "Vibrant and aesthetic brunch spread",
|
||||
},
|
||||
id: "f2", title: "Aesthetic Brunch", tags: [
|
||||
"#Brunch", "#Vibrant"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6564.jpg", imageAlt: "Vibrant and aesthetic brunch spread"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Cozy Atmosphere",
|
||||
tags: [
|
||||
"#Cozy",
|
||||
"#ScandiBoho",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dry-flower-decoration-table_1339-3455.jpg",
|
||||
imageAlt: "Inviting Scandi-Boho interior",
|
||||
},
|
||||
id: "f3", title: "Cozy Atmosphere", tags: [
|
||||
"#Cozy", "#ScandiBoho"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dry-flower-decoration-table_1339-3455.jpg", imageAlt: "Inviting Scandi-Boho interior"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Homemade Treats",
|
||||
tags: [
|
||||
"#BakedGoods",
|
||||
"#Vegan",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-photo-her-strawberry-dessert-with-her-smartphone_140725-8924.jpg",
|
||||
imageAlt: "Delicious homemade vegan carrot cake",
|
||||
},
|
||||
id: "f4", title: "Homemade Treats", tags: [
|
||||
"#BakedGoods", "#Vegan"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-photo-her-strawberry-dessert-with-her-smartphone_140725-8924.jpg", imageAlt: "Delicious homemade vegan carrot cake"},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Local Focus",
|
||||
tags: [
|
||||
"#Local",
|
||||
"#Community",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-shopping-food_23-2149151650.jpg",
|
||||
imageAlt: "Local coffee beans and produce",
|
||||
},
|
||||
id: "f5", title: "Local Focus", tags: [
|
||||
"#Local", "#Community"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-shopping-food_23-2149151650.jpg", imageAlt: "Local coffee beans and produce"},
|
||||
{
|
||||
id: "f6",
|
||||
title: "Community Hub",
|
||||
tags: [
|
||||
"#Gather",
|
||||
"#Friends",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-cup-coffee-caf_23-2147925428.jpg",
|
||||
imageAlt: "Friends enjoying coffee together in a cafe",
|
||||
},
|
||||
id: "f6", title: "Community Hub", tags: [
|
||||
"#Gather", "#Friends"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-cup-coffee-caf_23-2147925428.jpg", imageAlt: "Friends enjoying coffee together in a cafe"},
|
||||
]}
|
||||
title="Why Samay Café is Your New Favorite Spot"
|
||||
description="We craft an experience that goes beyond just a cup of coffee. Discover what makes us special."
|
||||
@@ -213,65 +143,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Specialty Coffee",
|
||||
name: "Artisanal Flat White - Double shot of rich espresso layered with silky, steamed oat milk.",
|
||||
price: "€4.20",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pouring-iced-coffee-glass_23-2148937300.jpg",
|
||||
imageAlt: "Artisanal Flat White",
|
||||
},
|
||||
id: "p1", brand: "Specialty Coffee", name: "Artisanal Flat White - Double shot of rich espresso layered with silky, steamed oat milk.", price: "€4.20", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/pouring-iced-coffee-glass_23-2148937300.jpg", imageAlt: "Artisanal Flat White"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Refreshing Drinks",
|
||||
name: "Iced Matcha Latte - Premium ceremonial grade Japanese matcha whisked over chilled milk and ice.",
|
||||
price: "€4.90",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frappuccino-matcha-latte_1339-1062.jpg",
|
||||
imageAlt: "Iced Matcha Latte",
|
||||
},
|
||||
id: "p2", brand: "Refreshing Drinks", name: "Iced Matcha Latte - Premium ceremonial grade Japanese matcha whisked over chilled milk and ice.", price: "€4.90", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/frappuccino-matcha-latte_1339-1062.jpg", imageAlt: "Iced Matcha Latte"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "All-Day Brunch",
|
||||
name: "Açai Energy Bowl - Organic açai berry blend topped with gluten-free house granola, hemp seeds, and fresh berries.",
|
||||
price: "€9.80",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-bowl-filled-with-colorful-fruit-salad-watermelon-pineapple-grapes-blueberries_9975-124599.jpg",
|
||||
imageAlt: "Açai Energy Bowl",
|
||||
},
|
||||
id: "p3", brand: "All-Day Brunch", name: "Açai Energy Bowl - Organic açai berry blend topped with gluten-free house granola, hemp seeds, and fresh berries.", price: "€9.80", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/white-bowl-filled-with-colorful-fruit-salad-watermelon-pineapple-grapes-blueberries_9975-124599.jpg", imageAlt: "Açai Energy Bowl"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Savory Bites",
|
||||
name: "Smashed Avocado Toast - Toasted artisanal sourdough, seasoned avocado mash, cherry tomatoes, chili flakes, and microgreens.",
|
||||
price: "€9.20",
|
||||
rating: 5,
|
||||
reviewCount: "130",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447793.jpg",
|
||||
imageAlt: "Smashed Avocado Toast",
|
||||
},
|
||||
id: "p4", brand: "Savory Bites", name: "Smashed Avocado Toast - Toasted artisanal sourdough, seasoned avocado mash, cherry tomatoes, chili flakes, and microgreens.", price: "€9.20", rating: 5,
|
||||
reviewCount: "130", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447793.jpg", imageAlt: "Smashed Avocado Toast"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Homemade Treats",
|
||||
name: "Signature Carrot Cake - Moist, spiced vegan layers topped with a rich cashew cream-cheese frosting.",
|
||||
price: "€4.40",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-caramel-cream_114579-17184.jpg",
|
||||
imageAlt: "Signature Carrot Cake",
|
||||
},
|
||||
id: "p5", brand: "Homemade Treats", name: "Signature Carrot Cake - Moist, spiced vegan layers topped with a rich cashew cream-cheese frosting.", price: "€4.40", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-caramel-cream_114579-17184.jpg", imageAlt: "Signature Carrot Cake"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Sweet Delights",
|
||||
name: "Warm Toasted Banana Bread - Freshly baked daily, served warm with homemade whipped espresso butter and maple glaze.",
|
||||
price: "€4.65",
|
||||
rating: 4,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-baked-bread-flat-lay_23-2148668789.jpg",
|
||||
imageAlt: "Warm Toasted Banana Bread",
|
||||
},
|
||||
id: "p6", brand: "Sweet Delights", name: "Warm Toasted Banana Bread - Freshly baked daily, served warm with homemade whipped espresso butter and maple glaze.", price: "€4.65", rating: 4,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/delicious-baked-bread-flat-lay_23-2148668789.jpg", imageAlt: "Warm Toasted Banana Bread"},
|
||||
]}
|
||||
title="On The Menu"
|
||||
description="Fresh, wholesome ingredients and specialty beans roasted to absolute perfection."
|
||||
@@ -283,40 +171,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inspired-white-lady-with-curly-hairstyle-drinking-tea-gorgeous-young-woman-enjoying-coffee-cold-autumn-morning_197531-11372.jpg",
|
||||
imageAlt: "Happy customer Sarah Johnson",
|
||||
quote: "Samay Café is my absolute favorite spot in Schwerin! The coffee is divine, and the cozy atmosphere makes it perfect for working or catching up with friends. A true gem.",
|
||||
id: "t1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/inspired-white-lady-with-curly-hairstyle-drinking-tea-gorgeous-young-woman-enjoying-coffee-cold-autumn-morning_197531-11372.jpg", imageAlt: "Happy customer Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-bearded-man-earphones_171337-4772.jpg",
|
||||
imageAlt: "Satisfied customer Michael Chen",
|
||||
quote: "Finally, a place that takes brunch seriously. The açai bowl is a work of art, and their avocado toast is simply the best I've had. Highly recommend!",
|
||||
id: "t2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-bearded-man-earphones_171337-4772.jpg", imageAlt: "Satisfied customer Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-cool-funny-teenage-woman-going-crazy-checkered-shirt-holding-plastic-coffee-cup_158538-8194.jpg",
|
||||
imageAlt: "Smiling customer Emily Rodriguez",
|
||||
quote: "Every visit to Samay feels like a warm hug. The staff are so friendly, and their vegan carrot cake is out of this world. I keep coming back for more!",
|
||||
id: "t3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-cool-funny-teenage-woman-going-crazy-checkered-shirt-holding-plastic-coffee-cup_158538-8194.jpg", imageAlt: "Smiling customer Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156179.jpg",
|
||||
imageAlt: "Happy customer David Kim",
|
||||
quote: "I appreciate the attention to detail, from the perfectly poured latte art to the carefully curated treats. It's more than just a café; it's an experience.",
|
||||
id: "t4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156179.jpg", imageAlt: "Happy customer David Kim"
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica Lee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-barista_23-2150379155.jpg",
|
||||
imageAlt: "Smiling customer Jessica Lee",
|
||||
quote: "The best place to unwind. Their matcha latte is consistently amazing, and I love the relaxed, aesthetic vibe. Definitely a must-visit in Schwerin.",
|
||||
},
|
||||
id: "t5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-barista_23-2150379155.jpg", imageAlt: "Smiling customer Jessica Lee"
|
||||
}
|
||||
]}
|
||||
cardTitle="What Our Guests Say"
|
||||
cardTag="Rave Reviews"
|
||||
@@ -331,43 +199,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "insta1",
|
||||
title: "Sweet Mornings",
|
||||
tags: [
|
||||
"#Brunch",
|
||||
"#Pancakes",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-father-s-day-dessert-with-pancakes_23-2148548467.jpg",
|
||||
imageAlt: "Fluffy pancakes close-up",
|
||||
},
|
||||
id: "insta1", title: "Sweet Mornings", tags: [
|
||||
"#Brunch", "#Pancakes"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-father-s-day-dessert-with-pancakes_23-2148548467.jpg", imageAlt: "Fluffy pancakes close-up"},
|
||||
{
|
||||
id: "insta2",
|
||||
title: "Daily Brew",
|
||||
tags: [
|
||||
"#Coffee",
|
||||
"#LatteArt",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-sustainable-lifestyle_23-2149015873.jpg",
|
||||
imageAlt: "Minimalist coffee cup styling",
|
||||
},
|
||||
id: "insta2", title: "Daily Brew", tags: [
|
||||
"#Coffee", "#LatteArt"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-sustainable-lifestyle_23-2149015873.jpg", imageAlt: "Minimalist coffee cup styling"},
|
||||
{
|
||||
id: "insta3",
|
||||
title: "Cozy Vibes",
|
||||
tags: [
|
||||
"#Interior",
|
||||
"#CafeLife",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890380.jpg",
|
||||
imageAlt: "Cozy cafe interior view with plants",
|
||||
},
|
||||
id: "insta3", title: "Cozy Vibes", tags: [
|
||||
"#Interior", "#CafeLife"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890380.jpg", imageAlt: "Cozy cafe interior view with plants"},
|
||||
]}
|
||||
title="Follow our daily journal"
|
||||
description="Catch a glimpse of the community and monthly specials. Join us on Instagram!"
|
||||
buttons={[
|
||||
{
|
||||
text: "@samay_cafe",
|
||||
href: "https://instagram.com/samay_cafe",
|
||||
},
|
||||
text: "@samay_cafe", href: "https://instagram.com/samay_cafe"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -379,16 +227,10 @@ export default function LandingPage() {
|
||||
description="Münzstraße 12, 19055 Schwerin, Germany\n\nOpening Hours: Monday - Sunday: 09:00 AM - 06:00 PM\n\nGood to Know: High-speed guest Wi-Fi is on us. Card payments preferred. Furry friends are always welcome!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17183.jpg"
|
||||
@@ -397,9 +239,7 @@ export default function LandingPage() {
|
||||
mediaPosition="right"
|
||||
buttonText="Get Directions"
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help you?", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
/>
|
||||
@@ -409,13 +249,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="SAMAY"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Imprint",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Imprint", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user