2 Commits

Author SHA1 Message Date
03a4b2b471 Update src/app/page.tsx 2026-03-06 01:25:25 +00:00
9fb7a6fc0f Merge version_2 into main
Merge version_2 into main
2026-03-06 01:23:45 +00:00

View File

@@ -52,18 +52,16 @@ export default function LandingPage() {
mediaAnimation="blur-reveal"
imagePosition="right"
testimonials={[
{
name: "Sarah Mitchell", handle: "Regular Guest", testimonial: "The finest coffee experience I've ever had. Every detail is perfected.", rating: 5,
{ name: "Sarah Mitchell", handle: "Regular Guest", testimonial: "The finest coffee experience I've ever had. Every detail is perfected.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{
name: "James Chen", handle: "Coffee Enthusiast", testimonial: "Outstanding quality and an atmosphere that inspires. Truly exceptional.", rating: 5,
{ name: "James Chen", handle: "Coffee Enthusiast", testimonial: "Outstanding quality and an atmosphere that inspires. Truly exceptional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Chen"
},
]}
buttons={[
{ text: "Explore Our Menu", href: "#menu" },
{ text: "Book Your Visit", href: "#contact" },
{ text: "Reserve Table Now", href: "#contact" },
{ text: "Book Your Visit", href: "#menu" },
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}