5 Commits

Author SHA1 Message Date
8049e63c8b Update src/app/page.tsx 2026-04-16 16:24:03 +00:00
65405cd94f Update src/app/page.tsx 2026-04-16 16:23:34 +00:00
d7c77a268a Merge version_2 into main
Merge version_2 into main
2026-04-16 16:22:14 +00:00
3a357c3425 Update src/app/page.tsx 2026-04-16 16:22:11 +00:00
a2a65d5b86 Merge version_1 into main
Merge version_1 into main
2026-04-16 16:18:30 +00:00

View File

@@ -10,7 +10,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Leaf, Palette, Smile, Sparkles } from "lucide-react";
export default function LandingPage() {
@@ -118,17 +118,17 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
<TestimonialCardFive
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Barbara", role: "Traveler", company: "Couples", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg" },
{ id: "2", name: "The Scenic Suitcase", role: "Traveler", company: "Friends", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-young-man-relaxing-coffee-shop-spending-time-cafe-listening_1258-245399.jpg" }
{ id: "1", name: "Barbara", date: "2024-05", title: "Cozy spot", quote: "Amazing atmosphere and fresh food.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg" },
{ id: "2", name: "Scenic", date: "2024-06", title: "Great vibe", quote: "Loved the coffee and the people.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-young-man-relaxing-coffee-shop-spending-time-cafe-listening_1258-245399.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-young-man-relaxing-coffee-shop-spending-time-cafe-listening_1258-245399.jpg" },
{ id: "3", name: "David M.", date: "2024-07", title: "Local treasure", quote: "My daily go-to for breakfast.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-man-with-coffee-cup-cafe_23-2148197775.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-with-coffee-cup-cafe_23-2148197775.jpg" }
]}
title="What Our Guests Say"
description="Hear from our wonderful community members who make Whole Earth Cafe what it is today."
cardImageClassName="aspect-[3/4]"
/>
</div>