Update src/app/page.tsx
This commit is contained in:
@@ -43,11 +43,11 @@ export default function LandingPage() {
|
||||
description="An intimate sanctuary for connoisseurs of coffee and light fare. Experience quiet luxury in the heart of the city."
|
||||
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg", imageAlt: "Cafe interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup_74190-5781.jpg", imageAlt: "Coffee art" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-delicious-breakfast-table-with-salad-fried-eggs-pastry-white-background-horizontal_176474-3776.jpg", imageAlt: "Fresh pastries" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg", imageAlt: "Minimalist decor" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-businessman-drinking-coffee-while-using-smart-phone-cafe_637285-8838.jpg", imageAlt: "Professional barista" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg?_wi=1", imageAlt: "Cafe interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup_74190-5781.jpg?_wi=1", imageAlt: "Coffee art" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-delicious-breakfast-table-with-salad-fried-eggs-pastry-white-background-horizontal_176474-3776.jpg?_wi=1", imageAlt: "Fresh pastries" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg?_wi=1", imageAlt: "Minimalist decor" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-businessman-drinking-coffee-while-using-smart-phone-cafe_637285-8838.jpg?_wi=1", imageAlt: "Professional barista" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-sitting-cafe-drinking-coffee-using-phone_171337-19674.jpg", imageAlt: "Cafe details" },
|
||||
]}
|
||||
/>
|
||||
@@ -89,11 +89,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Elena R.", date: "Oct 2023", title: "Coffee Connoisseur", quote: "The most serene cafe experience I've had in years.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg", imageSrc: "http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg", imageAlt: "elegant cafe interior mood" },
|
||||
{ id: "2", name: "Mark S.", date: "Sep 2023", title: "Creative Consultant", quote: "Perfect atmosphere for thoughtful morning work.", tag: "Frequent", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup_74190-5781.jpg", imageAlt: "freshly brewed coffee close up" },
|
||||
{ id: "3", name: "Sarah L.", date: "Nov 2023", title: "Food Blogger", quote: "Exquisite pastries and impeccable service.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-delicious-breakfast-table-with-salad-fried-eggs-pastry-white-background-horizontal_176474-3776.jpg", imageAlt: "cafe table serving fresh pastries" },
|
||||
{ id: "4", name: "David W.", date: "Aug 2023", title: "Architect", quote: "The design alone makes it a must-visit destination.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-casual-blond-girl-happily-looking-away-with-coffee-go-hand-courtyard-city-cafe_574295-4104.jpg", imageSrc: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg", imageAlt: "modern minimalist cafe design" },
|
||||
{ id: "5", name: "Chloe T.", date: "Dec 2023", title: "Artist", quote: "A hidden gem that feels completely exclusive.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-talking-businessman-cafe_637285-8897.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-businessman-drinking-coffee-while-using-smart-phone-cafe_637285-8838.jpg", imageAlt: "professional barista making coffee" },
|
||||
{ id: "1", name: "Elena R.", date: "Oct 2023", title: "Coffee Connoisseur", quote: "The most serene cafe experience I've had in years.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg", imageSrc: "http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg?_wi=2", imageAlt: "elegant cafe interior mood" },
|
||||
{ id: "2", name: "Mark S.", date: "Sep 2023", title: "Creative Consultant", quote: "Perfect atmosphere for thoughtful morning work.", tag: "Frequent", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup_74190-5781.jpg?_wi=2", imageAlt: "freshly brewed coffee close up" },
|
||||
{ id: "3", name: "Sarah L.", date: "Nov 2023", title: "Food Blogger", quote: "Exquisite pastries and impeccable service.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-delicious-breakfast-table-with-salad-fried-eggs-pastry-white-background-horizontal_176474-3776.jpg?_wi=2", imageAlt: "cafe table serving fresh pastries" },
|
||||
{ id: "4", name: "David W.", date: "Aug 2023", title: "Architect", quote: "The design alone makes it a must-visit destination.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-casual-blond-girl-happily-looking-away-with-coffee-go-hand-courtyard-city-cafe_574295-4104.jpg", imageSrc: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg?_wi=2", imageAlt: "modern minimalist cafe design" },
|
||||
{ id: "5", name: "Chloe T.", date: "Dec 2023", title: "Artist", quote: "A hidden gem that feels completely exclusive.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-talking-businessman-cafe_637285-8897.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-businessman-drinking-coffee-while-using-smart-phone-cafe_637285-8838.jpg?_wi=2", imageAlt: "professional barista making coffee" },
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="What our guests say about their visits."
|
||||
|
||||
Reference in New Issue
Block a user