Update src/app/page.tsx
This commit is contained in:
@@ -53,7 +53,7 @@ export default function HomePage() {
|
||||
title="Your Local Café in the Heart of the Neighborhood"
|
||||
description="Cozy atmosphere. Great drinks. Good company. Discover Café Molenhuis—where every visit feels like coming home."
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-with-smartphone-sitting-cafe_23-2147771342.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-with-smartphone-sitting-cafe_23-2147771342.jpg"
|
||||
imageAlt="Café Molenhuis exterior at night with warm lighting and welcoming brick facade"
|
||||
buttons={[
|
||||
{ text: "📞 Call Now", href: "tel:+31612345678" },
|
||||
@@ -62,7 +62,6 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
className="min-h-screen"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,19 +83,11 @@ export default function HomePage() {
|
||||
tagAnimation="blur-reveal"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Impersonal chain café experience",
|
||||
"Limited seating for groups",
|
||||
"No private event space",
|
||||
"Generic drink selection",
|
||||
],
|
||||
"Impersonal chain café experience", "Limited seating for groups", "No private event space", "Generic drink selection"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Locally-loved neighborhood café",
|
||||
"Spacious seating for gatherings",
|
||||
"Private event hosting available",
|
||||
"Craft drinks and curated selection",
|
||||
],
|
||||
"Locally-loved neighborhood café", "Spacious seating for gatherings", "Private event hosting available", "Craft drinks and curated selection"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -114,26 +105,11 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Cozy Interior",
|
||||
price: "Experience the warmth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=1",
|
||||
imageAlt: "Warm, intimate café interior with vintage charm",
|
||||
},
|
||||
id: "1", name: "Cozy Interior", price: "Experience the warmth", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Warm, intimate café interior with vintage charm"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Craft Cocktails",
|
||||
price: "Premium Selection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/viski-glass-with-orange-cocktail-with-oranges-zest_140725-8680.jpg?_wi=1",
|
||||
imageAlt: "Beautifully crafted cocktails and premium beverages",
|
||||
},
|
||||
id: "2", name: "Craft Cocktails", price: "Premium Selection", imageSrc: "http://img.b2bpic.net/free-photo/viski-glass-with-orange-cocktail-with-oranges-zest_140725-8680.jpg", imageAlt: "Beautifully crafted cocktails and premium beverages"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Group Gatherings",
|
||||
price: "Perfect for Celebrations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sincere-laugh-showing-picture-smartphone-casual-meeting-with-best-friends-restaurant-terrace_8353-10272.jpg?_wi=1",
|
||||
imageAlt: "Friends enjoying a memorable night at our café",
|
||||
},
|
||||
id: "3", name: "Group Gatherings", price: "Perfect for Celebrations", imageSrc: "http://img.b2bpic.net/free-photo/sincere-laugh-showing-picture-smartphone-casual-meeting-with-best-friends-restaurant-terrace_8353-10272.jpg", imageAlt: "Friends enjoying a memorable night at our café"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,59 +124,23 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Johan de Vries",
|
||||
role: "Regular Customer",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
|
||||
imageAlt: "Portrait of Johan de Vries",
|
||||
},
|
||||
id: "1", name: "Johan de Vries", role: "Regular Customer", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Portrait of Johan de Vries"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sophie Bakker",
|
||||
role: "Event Organizer",
|
||||
company: "Community Events",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
imageAlt: "Portrait of Sophie Bakker",
|
||||
},
|
||||
id: "2", name: "Sophie Bakker", role: "Event Organizer", company: "Community Events", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Portrait of Sophie Bakker"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marco Rossi",
|
||||
role: "Business Owner",
|
||||
company: "Local Network",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2",
|
||||
imageAlt: "Portrait of Marco Rossi",
|
||||
},
|
||||
id: "3", name: "Marco Rossi", role: "Business Owner", company: "Local Network", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Portrait of Marco Rossi"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Petra Mueller",
|
||||
role: "Café Enthusiast",
|
||||
company: "Neighborhood Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
imageAlt: "Portrait of Petra Mueller",
|
||||
},
|
||||
id: "4", name: "Petra Mueller", role: "Café Enthusiast", company: "Neighborhood Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Portrait of Petra Mueller"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Chen",
|
||||
role: "Young Professional",
|
||||
company: "Tech Industry",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageAlt: "Portrait of David Chen",
|
||||
},
|
||||
id: "5", name: "David Chen", role: "Young Professional", company: "Tech Industry", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Portrait of David Chen"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lisa van Dorp",
|
||||
role: "Birthday Host",
|
||||
company: "Happy Memories",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
|
||||
imageAlt: "Portrait of Lisa van Dorp",
|
||||
},
|
||||
id: "6", name: "Lisa van Dorp", role: "Birthday Host", company: "Happy Memories", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Portrait of Lisa van Dorp"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -213,7 +153,7 @@ export default function HomePage() {
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32496.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32496.jpg"
|
||||
imageAlt="Private event setup at Café Molenhuis with beautiful ambiance"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user