Update src/app/page.tsx

This commit is contained in:
2026-03-03 14:51:49 +00:00
parent 970d5ef764
commit c806fafb6c

View File

@@ -34,7 +34,8 @@ export default function LandingPage() {
{ name: "Visit Today", id: "location" }, { name: "Visit Today", id: "location" },
]} ]}
button={{ button={{
text: "📞 Call Now", href: "tel:+31628710053"}} text: "📞 Call Now", href: "tel:+31628710053"
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -47,9 +48,11 @@ export default function LandingPage() {
background={{ variant: "noiseDiagonalGradient" }} background={{ variant: "noiseDiagonalGradient" }}
buttons={[ buttons={[
{ {
text: "📞 Call Now", href: "tel:+31628710053"}, text: "📞 Call Now", href: "tel:+31628710053"
},
{ {
text: "📍 Get Directions", href: "https://www.google.com/maps/search/The+Smallest+Souvenir+Shop,+Westermarkt+60,+Amsterdam"}, text: "📍 Get Directions", href: "https://www.google.com/maps/search/The+Smallest+Souvenir+Shop,+Westermarkt+60,+Amsterdam"
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/interior-flower-shop_181624-58301.jpg" imageSrc="http://img.b2bpic.net/free-photo/interior-flower-shop_181624-58301.jpg"
imageAlt="The Smallest Gift Shop storefront at Westermarkt in Amsterdam" imageAlt="The Smallest Gift Shop storefront at Westermarkt in Amsterdam"
@@ -63,7 +66,8 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "✉️ Ask a Question", href: "#contact"}, text: "✉️ Ask a Question", href: "#contact"
},
]} ]}
/> />
</div> </div>
@@ -101,22 +105,28 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Mitchell", role: "Tourist from UK", company: "London", rating: 5, id: "1", name: "Sarah Mitchell", role: "Tourist from UK", company: "London", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-has-glad-expression-wears-fashionable-headgear_273609-25749.jpg?_wi=1", imageAlt: "happy customer portrait smiling woman tourist portrait portrait headshot"}, imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-has-glad-expression-wears-fashionable-headgear_273609-25749.jpg", imageAlt: "happy customer portrait smiling woman tourist portrait portrait headshot"
},
{ {
id: "2", name: "Jan de Vries", role: "Local Visitor", company: "Amsterdam", rating: 5, id: "2", name: "Jan de Vries", role: "Local Visitor", company: "Amsterdam", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-surfer-snapback-looking-smiling-cheerfully-after-winning-sports-contest-surfers-holding-his-white-surfboard-his-arm_273609-1551.jpg?_wi=1", imageAlt: "happy customer portrait smiling man tourist portrait portrait headshot"}, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-surfer-snapback-looking-smiling-cheerfully-after-winning-sports-contest-surfers-holding-his-white-surfboard-his-arm_273609-1551.jpg", imageAlt: "happy customer portrait smiling man tourist portrait portrait headshot"
},
{ {
id: "3", name: "María García", role: "Tourist from Spain", company: "Madrid", rating: 5, id: "3", name: "María García", role: "Tourist from Spain", company: "Madrid", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up-sign_23-2148631398.jpg", imageAlt: "happy customer portrait smiling woman diverse tourist portrait headshot"}, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up-sign_23-2148631398.jpg", imageAlt: "happy customer portrait smiling woman diverse tourist portrait headshot"
},
{ {
id: "4", name: "Hans Mueller", role: "Tourist from Germany", company: "Berlin", rating: 5, id: "4", name: "Hans Mueller", role: "Tourist from Germany", company: "Berlin", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-surfer-snapback-looking-smiling-cheerfully-after-winning-sports-contest-surfers-holding-his-white-surfboard-his-arm_273609-1551.jpg?_wi=2", imageAlt: "happy customer portrait smiling man diverse tourist portrait headshot"}, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-surfer-snapback-looking-smiling-cheerfully-after-winning-sports-contest-surfers-holding-his-white-surfboard-his-arm_273609-1551.jpg", imageAlt: "happy customer portrait smiling man diverse tourist portrait headshot"
},
{ {
id: "5", name: "Emilie Dubois", role: "Tourist from France", company: "Paris", rating: 5, id: "5", name: "Emilie Dubois", role: "Tourist from France", company: "Paris", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-surfer-snapback-looking-smiling-cheerfully-after-winning-sports-contest-surfers-holding-his-white-surfboard-his-arm_273609-1551.jpg?_wi=3", imageAlt: "happy customer portrait smiling person tourist smile portrait headshot"}, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-surfer-snapback-looking-smiling-cheerfully-after-winning-sports-contest-surfers-holding-his-white-surfboard-his-arm_273609-1551.jpg", imageAlt: "happy customer portrait smiling person tourist smile portrait headshot"
},
{ {
id: "6", name: "Sofia Rossi", role: "Tourist from Italy", company: "Rome", rating: 5, id: "6", name: "Sofia Rossi", role: "Tourist from Italy", company: "Rome", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-has-glad-expression-wears-fashionable-headgear_273609-25749.jpg?_wi=2", imageAlt: "happy customer portrait friendly smile tourist portrait portrait headshot"}, imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-has-glad-expression-wears-fashionable-headgear_273609-25749.jpg", imageAlt: "happy customer portrait friendly smile tourist portrait portrait headshot"
},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
@@ -146,33 +156,43 @@ export default function LandingPage() {
{ {
title: "Contact", items: [ title: "Contact", items: [
{ {
label: "📞 +31 6 28710053", href: "tel:+31628710053"}, label: "📞 +31 6 28710053", href: "tel:+31628710053"
},
{ {
label: "📍 Westermarkt 60, Amsterdam", href: "https://www.google.com/maps/search/Westermarkt+60,+Amsterdam"}, label: "📍 Westermarkt 60, Amsterdam", href: "https://www.google.com/maps/search/Westermarkt+60,+Amsterdam"
},
{ {
label: "🕐 Call for Hours", href: "tel:+31628710053"}, label: "🕐 Call for Hours", href: "tel:+31628710053"
},
], ],
}, },
{ {
title: "Navigate", items: [ title: "Navigate", items: [
{ {
label: "About Us", href: "#about"}, label: "About Us", href: "#about"
},
{ {
label: "Why Visit", href: "#why-visit"}, label: "Why Visit", href: "#why-visit"
},
{ {
label: "Stories", href: "#testimonials"}, label: "Stories", href: "#testimonials"
},
{ {
label: "Get Directions", href: "https://www.google.com/maps/search/The+Smallest+Souvenir+Shop,+Westermarkt+60,+Amsterdam"}, label: "Get Directions", href: "https://www.google.com/maps/search/The+Smallest+Souvenir+Shop,+Westermarkt+60,+Amsterdam"
},
], ],
}, },
{ {
title: "Follow", items: [ title: "Follow", items: [
{ {
label: "Google Reviews", href: "https://www.google.com/search?q=The+Smallest+Souvenir+Shop+Amsterdam"}, label: "Google Reviews", href: "https://www.google.com/search?q=The+Smallest+Souvenir+Shop+Amsterdam"
},
{ {
label: "Find Us on Maps", href: "https://www.google.com/maps/search/Westermarkt+60,+Amsterdam"}, label: "Find Us on Maps", href: "https://www.google.com/maps/search/Westermarkt+60,+Amsterdam"
},
{ {
label: "Contact Us", href: "#contact"}, label: "Contact Us", href: "#contact"
},
], ],
}, },
]} ]}