Merge version_3 into main #3
@@ -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,19 +118,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
<TestimonialCardFive
|
||||
animationType="slide-up"
|
||||
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: "3", name: "David M.", role: "Local Resident", company: "Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-with-coffee-cup-cafe_23-2148197775.jpg" },
|
||||
{ id: "4", name: "Sarah L.", role: "Vegan Enthusiast", company: "Lifestyle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-her-dog-cafe_23-2148197775.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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user