Update src/app/page.tsx

This commit is contained in:
2026-05-09 06:37:52 +00:00
parent 3cfc1fe8c5
commit ec2d9344f4

View File

@@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextAbout from '@/components/sections/about/TextAbout';
import { Link } from "next/link";
import Link from "next/link";
export default function LandingPage() {
return (
@@ -117,7 +117,7 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Truly a community living room.", imageSrc: "http://img.b2bpic.net/free-photo/bicycle-parked-outside-shop_53876-23379.jpg" },
{ id: "2", name: "Mark D.", handle: "@markd", testimonial: "Best atmosphere for working.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-134034.jpg" },
{ id: "2", name: "Mark D.", handle: "@markd", testimonial: "Best atmosphere for working.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-134034.jpg" },
{ id: "3", name: "Elena R.", handle: "@elenar", testimonial: "Always feel seen and remembered.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-coffee_23-2149031254.jpg" },
{ id: "4", name: "David K.", handle: "@davidk", testimonial: "Best coffee in town.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-hoodie-enjoys-coffee-morning-cafe_169016-21917.jpg" },
{ id: "5", name: "Anna P.", handle: "@annap", testimonial: "My dog loves the patio too!", imageSrc: "http://img.b2bpic.net/free-photo/happy-barista-black-apron-holding-coffee-cup-laughing-standing-yellow-background_1258-41047.jpg" }
@@ -160,7 +160,7 @@ export default function LandingPage() {
{ title: "Visit", items: [{ label: "Directions", href: "#" }, { label: "Hours", href: "#" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
{ title: "Info", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }
]}
],
logoText="The Coffee Grinder"
/>
</div>