Update src/app/page.tsx

This commit is contained in:
2026-05-09 07:18:34 +00:00
parent 47cf0dcd51
commit 1291e9c630

View File

@@ -166,11 +166,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah J.", handle: "@sarah_reads", testimonial: "The vibes are immaculate. Best coffee in Jenks.", imageSrc: "http://img.b2bpic.net/free-photo/sick-unhealthy-woman-with-short-hair-warm-scarf-hat-feeling-unwell-holding-cup-hot-tea-thermometer-looking-cup-being-confused-worried-standing-purple-background_141793-48945.jpg" },
{ id: "2", name: "Mike D.", handle: "@mikedee", testimonial: "Owners treat you like family every time.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bearded-man-drinking-morning-fresh-coffee-caucasian-handsome-male-business-professional-having-coffee-indoors_639032-2875.jpg" },
{ id: "3", name: "Emily P.", handle: "@em_plans", testimonial: "Best coffee shop around, period.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg" },
{ id: "4", name: "Jordan L.", handle: "@jordan_l", testimonial: "I could stay here all day long.", imageSrc: "http://img.b2bpic.net/free-photo/guitar-music-outdoors_23-2148079098.jpg" },
{ id: "5", name: "Alex R.", handle: "@lex_art", testimonial: "Quirky, creative, and cozy.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-man-side-view_23-2148422322.jpg" }
{ id: "1", name: "Sarah J.", handle: "@sarah_reads", testimonial: "The vibes are immaculate. Best coffee in Jenks." },
{ id: "2", name: "Mike D.", handle: "@mikedee", testimonial: "Owners treat you like family every time." },
{ id: "3", name: "Emily P.", handle: "@em_plans", testimonial: "Best coffee shop around, period." },
{ id: "4", name: "Jordan L.", handle: "@jordan_l", testimonial: "I could stay here all day long." },
{ id: "5", name: "Alex R.", handle: "@lex_art", testimonial: "Quirky, creative, and cozy." }
]}
title="Stories from our Community"
description="See why locals make us their home base."
@@ -214,4 +214,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}