Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 26e966aff0 | |||
| d629aa3211 | |||
| d205e59469 | |||
| c7f1bbbcd8 | |||
| 16b73efd2b | |||
| d6ea1d6be3 | |||
| 5e9d0af3c1 | |||
| 486fa85c3c | |||
| b32e05e063 | |||
| 0765bb65f0 | |||
| 0929a0957d | |||
| 94db0d7a55 | |||
| 37a1125d7c |
@@ -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/delicious-toastie-with-melted-cheese-wooden-board_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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user