11 Commits

Author SHA1 Message Date
26e966aff0 Merge version_4 into main
Merge version_4 into main
2026-04-15 07:49:32 +00:00
d629aa3211 Update src/app/page.tsx 2026-04-15 07:49:29 +00:00
d205e59469 Merge version_4 into main
Merge version_4 into main
2026-04-15 07:48:14 +00:00
c7f1bbbcd8 Update src/app/page.tsx 2026-04-15 07:48:11 +00:00
16b73efd2b Merge version_4 into main
Merge version_4 into main
2026-04-15 07:47:32 +00:00
d6ea1d6be3 Update src/app/page.tsx 2026-04-15 07:47:29 +00:00
5e9d0af3c1 Merge version_4 into main
Merge version_4 into main
2026-04-15 07:46:08 +00:00
486fa85c3c Update src/app/page.tsx 2026-04-15 07:46:02 +00:00
b32e05e063 Merge version_4 into main
Merge version_4 into main
2026-04-15 07:30:14 +00:00
0765bb65f0 Update src/app/page.tsx 2026-04-15 07:30:11 +00:00
0929a0957d Merge version_3 into main
Merge version_3 into main
2026-04-15 07:27:31 +00:00

View File

@@ -99,7 +99,7 @@ export default function LandingPage() {
{
id: "4", name: "Flat White", price: "$5.00", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-latte-art_1150-12808.jpg"},
{
id: "5", name: "Honey-Salt Toastie", price: "$9.00", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gourmet-toastie-melted-cheese-bread_23-2148467472.jpg"},
id: "5", name: "Honey-Salt Toastie", price: "$9.00", variant: "Food", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNrC43KPEmPWd5yo1BdJUtWT1J/uploaded-1776238193516-uqosovax.jpg"},
{
id: "6", name: "Cold Brew", price: "$6.50", variant: "Cold Drink", imageSrc: "http://img.b2bpic.net/free-photo/glass-iced-coffee_1150-13645.jpg"},
]}
@@ -115,15 +115,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah J.", role: "Regular", testimonial: "Dre makes the best coffee in the city, no contest.", imageSrc: "http://img.b2bpic.net/free-photo/faceless-young-woman-browsing-smartphone-cafe_23-2147785376.jpg"},
id: "1", name: "Sarah J.", role: "Regular", testimonial: "Dre makes the best coffee in the city, no contest.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNrC43KPEmPWd5yo1BdJUtWT1J/uploaded-1776239353478-ssrkw5cn.jpg"},
{
id: "2", name: "Mark D.", role: "Foodie", testimonial: "The cheese toastie with that honey-salt combo is literally life changing.", imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-tablet-making-order-coffee-shop_1303-29494.jpg"},
id: "2", name: "Mark D.", role: "Foodie", testimonial: "The cheese toastie with that honey-salt combo is literally life changing.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNrC43KPEmPWd5yo1BdJUtWT1J/uploaded-1776239339163-hlgj7y46.jpg"},
{
id: "3", name: "Emily R.", role: "Commuter", testimonial: "Quick, delicious, and the vibe is always on point.", imageSrc: "http://img.b2bpic.net/free-photo/man-smartphone-coffee-phone-cafe_1303-1400.jpg"},
id: "3", name: "Emily R.", role: "Commuter", testimonial: "Quick, delicious, and the vibe is always on point.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNrC43KPEmPWd5yo1BdJUtWT1J/uploaded-1776239272215-x2vnv9wf.jpg"},
{
id: "4", name: "Tom B.", role: "Local", testimonial: "The Stunned Mullet is the best caffeine hit you can get.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-smartphone_23-2149104421.jpg"},
id: "4", name: "Tom B.", role: "Local", testimonial: "The Stunned Mullet is the best caffeine hit you can get.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNrC43KPEmPWd5yo1BdJUtWT1J/uploaded-1776239287204-wh34if1h.jpg"},
{
id: "5", name: "Jade P.", role: "Visitor", testimonial: "Found this hidden gem by accident and now I'm hooked.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-night-with-flash_23-2150204419.jpg"},
id: "5", name: "Jade P.", role: "Visitor", testimonial: "Found this hidden gem by accident and now I'm hooked.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNrC43KPEmPWd5yo1BdJUtWT1J/uploaded-1776239238404-rda8olyh.jpg"},
]}
title="What They're Saying"
description="Honest feedback from our daily crew."
@@ -138,7 +138,7 @@ export default function LandingPage() {
tag="Find Us"
title="Locate the Trailer"
description="Trading daily at the corner of Industry & Main. Come say hi and grab a brew."
imageSrc="http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854445.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNrC43KPEmPWd5yo1BdJUtWT1J/uploaded-1776239039708-d1e8ulbd.png"
mediaAnimation="slide-up"
/>
</div>
@@ -147,7 +147,7 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Links", items: [
title: "", items: [
{
label: "Menu", href: "#menu"},
{
@@ -155,7 +155,7 @@ export default function LandingPage() {
],
},
{
title: "Hours", items: [
title: "", items: [
{
label: "Mon-Fri: 6am-2pm", href: "#"},
{
@@ -169,4 +169,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}