Update src/app/page.tsx

This commit is contained in:
2026-03-31 04:54:17 +00:00
parent 79b8dceb1e
commit 809dd258a4

View File

@@ -55,6 +55,7 @@ export default function LandingPage() {
icon={Coffee}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-coat-smartwatch-waiting-cafe_197531-22704.jpg"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -65,6 +66,7 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="one-large-left-three-stacked-right"
textboxLayout="split"
useInvertedBackground={true}
products={[
{ id: "p1", name: "House Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/layered-espresso-drink_23-2151961365.jpg" },
{ id: "p2", name: "Fresh Pastries", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-beautiful-croissants-wooden-board-traditional-continental-breakfast-granola-with-fruits-honey-background_1220-1314.jpg" },
@@ -76,9 +78,11 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="What Our Community Says"
description="Hear from our wonderful community members."
showRating={true}
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Beautiful interior, great staff, and such a clean, welcoming space.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9652.jpg" },
{ id: "2", name: "Michael C.", handle: "@mikec", testimonial: "Love the brick vibe—feels cozy but still upscale.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-waitress-serving-coffee-customer_23-2147775884.jpg" },