diff --git a/src/app/page.tsx b/src/app/page.tsx
index 26190cf..f16d6ae 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,13 @@ export default function LandingPage() {
@@ -59,63 +46,37 @@ export default function LandingPage() {
@@ -126,13 +87,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Dallas Morning News",
- "Coffee Culture Daily",
- "Upperroom Collective",
- "The Daily Roast",
- "Local Gems Guide",
- "Dallas Coffee Weekly",
- "Spiritual Living",
+ "Dallas Morning News", "Coffee Culture Daily", "Upperroom Collective", "The Daily Roast", "Local Gems Guide", "Dallas Coffee Weekly", "Spiritual Living"
]}
title="Loved by locals and visitors from around the world."
description="Our community is built on shared moments of peace and craft."
@@ -147,26 +102,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Maui Cup",
- price: "Seasonal",
- variant: "House Favorite",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcYbS8v4l7y4Itr4rowFin1yZu/a-high-end-artistic-close-up-of-a-season-1774789971389-7e4f0c24.png?_wi=2",
+ id: "1", name: "Maui Cup", price: "Seasonal", variant: "House Favorite", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcYbS8v4l7y4Itr4rowFin1yZu/a-high-end-artistic-close-up-of-a-season-1774789971389-7e4f0c24.png"
},
{
- id: "2",
- name: "Miel Latte",
- price: "Staple",
- variant: "Classic",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcYbS8v4l7y4Itr4rowFin1yZu/a-warm-miel-latte-with-delicate-honey-dr-1774789968523-c787b062.png?_wi=2",
+ id: "2", name: "Miel Latte", price: "Staple", variant: "Classic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcYbS8v4l7y4Itr4rowFin1yZu/a-warm-miel-latte-with-delicate-honey-dr-1774789968523-c787b062.png"
},
{
- id: "3",
- name: "Ginger Rose Matcha",
- price: "Most Loved",
- variant: "Seasonal",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcYbS8v4l7y4Itr4rowFin1yZu/a-vivid-iced-matcha-latte-with-visible-g-1774789968772-5d758a64.png?_wi=2",
- },
+ id: "3", name: "Ginger Rose Matcha", price: "Most Loved", variant: "Seasonal", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcYbS8v4l7y4Itr4rowFin1yZu/a-vivid-iced-matcha-latte-with-visible-g-1774789968772-5d758a64.png"
+ }
]}
title="Signature Drinks"
description="Creative, seasonal, and crafted for stillness."
@@ -181,43 +124,35 @@ export default function LandingPage() {
description="Inside Upperroom, HANDS+ROSE COFFEE sits at the intersection of craft and contemplation. Come for the coffee, stay for the stillness."
bulletPoints={[
{
- title: "Quiet Corners",
- description: "Perfect for reading, journaling, and reflection.",
+ title: "Quiet Corners", description: "Perfect for reading, journaling, and reflection."
},
{
- title: "Live Worship",
- description: "Experience the sound of Upperroom while you sip.",
+ title: "Live Worship", description: "Experience the sound of Upperroom while you sip."
},
{
- title: "Outdoor Patio",
- description: "Peaceful space for conversation and community.",
- },
+ title: "Outdoor Patio", description: "Peaceful space for conversation and community."
+ }
]}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcYbS8v4l7y4Itr4rowFin1yZu/a-quiet-peaceful-sanctuary-space-featuri-1774789968460-82a3f557.png?_wi=2"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcYbS8v4l7y4Itr4rowFin1yZu/a-quiet-peaceful-sanctuary-space-featuri-1774789968460-82a3f557.png"
mediaAnimation="slide-up"
/>
@@ -240,7 +172,7 @@ export default function LandingPage() {