Update src/app/page.tsx
This commit is contained in:
@@ -46,8 +46,8 @@ export default function LandingPage() {
|
||||
tag="Since 2012"
|
||||
buttons={[{ text: "View Menu", href: "#features" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg", imageAlt: "Riverwalk Cafe Exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7041.jpg", imageAlt: "Coffee and Pastry" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg?_wi=1", imageAlt: "Riverwalk Cafe Exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7041.jpg?_wi=1", imageAlt: "Coffee and Pastry" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
title="Crafted by the Water"
|
||||
description="Born from a love of community and high-quality beans, our cafe provides a quiet retreat from the bustling Riverwalk. We source local ingredients to ensure every sip and bite is filled with San Antonio spirit."
|
||||
subdescription="Come sit, enjoy the view, and stay for a while."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-brothers-playing-chess-together-outdoors_23-2150266852.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-brothers-playing-chess-together-outdoors_23-2150266852.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
icon={Coffee}
|
||||
/>
|
||||
@@ -76,14 +76,14 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Artisan Coffee", description: "Single-origin beans roasted to perfection daily.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-apron-working-coffee-machine_23-2148366642.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-apron-working-coffee-machine_23-2148366642.jpg?_wi=1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-10433.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Fresh Pastries", description: "Locally sourced grains baked in-house every morning.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/glass-milky-creamy-cocktail-with-cinamon-powder-dry-fruits_114579-4257.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/glass-milky-creamy-cocktail-with-cinamon-powder-dry-fruits_114579-4257.jpg?_wi=1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-delicious-poppy-seed-rolls-with-sugar-glaze-basket_181624-44761.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-cinnamon-rolls-assortment_23-2148904686.jpg" }
|
||||
]
|
||||
@@ -106,11 +106,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", date: "Jan 2024", title: "Regular", quote: "The most peaceful spot to grab a coffee in SA.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-thoughtfully-looking-away-by-window-modern-self-service-laundry-night_574295-2573.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg" },
|
||||
{ id: "2", name: "David Chen", date: "Dec 2023", title: "Tourist", quote: "Stumbled upon this cafe while walking the Riverwalk. A true gem.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-book_23-2150062130.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7041.jpg" },
|
||||
{ id: "3", name: "Elena Rodriguez", date: "Nov 2023", title: "Local", quote: "My favorite place to catch up on emails.", tag: "Remote Worker", avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-with-charming-shining-smile-wears-bandana-neck-sits-comfortable-sofa-rests-coffee-shop_273609-2952.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brothers-playing-chess-together-outdoors_23-2150266852.jpg" },
|
||||
{ id: "4", name: "Marcus Thompson", date: "Oct 2023", title: "Daily Visitor", quote: "Fresh pastries are worth waking up early for!", tag: "Early Bird", avatarSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-apron-working-coffee-machine_23-2148366642.jpg" },
|
||||
{ id: "5", name: "Jenny P.", date: "Sep 2023", title: "Fan", quote: "Absolutely lovely atmosphere and great staff.", tag: "Happy Customer", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg", imageSrc: "http://img.b2bpic.net/free-photo/glass-milky-creamy-cocktail-with-cinamon-powder-dry-fruits_114579-4257.jpg" }
|
||||
{ id: "1", name: "Sarah Miller", date: "Jan 2024", title: "Regular", quote: "The most peaceful spot to grab a coffee in SA.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-thoughtfully-looking-away-by-window-modern-self-service-laundry-night_574295-2573.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg?_wi=2" },
|
||||
{ id: "2", name: "David Chen", date: "Dec 2023", title: "Tourist", quote: "Stumbled upon this cafe while walking the Riverwalk. A true gem.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-book_23-2150062130.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7041.jpg?_wi=2" },
|
||||
{ id: "3", name: "Elena Rodriguez", date: "Nov 2023", title: "Local", quote: "My favorite place to catch up on emails.", tag: "Remote Worker", avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-with-charming-shining-smile-wears-bandana-neck-sits-comfortable-sofa-rests-coffee-shop_273609-2952.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brothers-playing-chess-together-outdoors_23-2150266852.jpg?_wi=2" },
|
||||
{ id: "4", name: "Marcus Thompson", date: "Oct 2023", title: "Daily Visitor", quote: "Fresh pastries are worth waking up early for!", tag: "Early Bird", avatarSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-apron-working-coffee-machine_23-2148366642.jpg?_wi=2" },
|
||||
{ id: "5", name: "Jenny P.", date: "Sep 2023", title: "Fan", quote: "Absolutely lovely atmosphere and great staff.", tag: "Happy Customer", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg", imageSrc: "http://img.b2bpic.net/free-photo/glass-milky-creamy-cocktail-with-cinamon-powder-dry-fruits_114579-4257.jpg?_wi=2" }
|
||||
]}
|
||||
title="Words from Our Guests"
|
||||
description="Hear what makes our Riverwalk spot special."
|
||||
|
||||
Reference in New Issue
Block a user