diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4d8161f..05aad94 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,26 +33,11 @@ export default function LandingPage() {
@@ -60,64 +45,27 @@ export default function LandingPage() {
@@ -129,18 +77,9 @@ export default function LandingPage() {
title="Your Community Hub in Sarasota"
description="Hashtag Café isn't just about the beans. It's about bringing people together in a vibrant, artistic space that sparks conversation, creativity, and long-lasting connections."
bulletPoints={[
- {
- title: "Artisanal Brews",
- description: "Handcrafted coffee from the best local roasters.",
- },
- {
- title: "Gourmet Bites",
- description: "Fresh international food and buttery pastries.",
- },
- {
- title: "Live Community",
- description: "Frequent open mic nights, art exhibits, and meetups.",
- },
+ { title: "Artisanal Brews", description: "Handcrafted coffee from the best local roasters." },
+ { title: "Gourmet Bites", description: "Fresh international food and buttery pastries." },
+ { title: "Live Community", description: "Frequent open mic nights, art exhibits, and meetups." },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gcxgrw"
imageAlt="friendly barista serving coffee"
@@ -155,42 +94,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Signature Latte",
- price: "$5.50",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zo08mm",
- },
- {
- id: "2",
- name: "Almond Croissant",
- price: "$4.25",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3c1myd",
- },
- {
- id: "3",
- name: "Avocado Smash Toast",
- price: "$12.00",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cy8paj",
- },
- {
- id: "4",
- name: "Mediterranean Sandwich",
- price: "$14.50",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w26oz4",
- },
- {
- id: "5",
- name: "Artisan Sourdough Plate",
- price: "$11.50",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yqkbgy",
- },
- {
- id: "6",
- name: "Premium Roast Bags",
- price: "$18.00",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=62i2bz",
- },
+ { id: "1", name: "Signature Latte", price: "$5.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zo08mm" },
+ { id: "2", name: "Almond Croissant", price: "$4.25", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3c1myd" },
+ { id: "3", name: "Avocado Smash Toast", price: "$12.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cy8paj" },
+ { id: "4", name: "Mediterranean Sandwich", price: "$14.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w26oz4" },
+ { id: "5", name: "Artisan Sourdough Plate", price: "$11.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yqkbgy" },
+ { id: "6", name: "Premium Roast Bags", price: "$18.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=62i2bz" },
]}
title="Explore Our Menu"
description="Carefully curated flavors that satisfy your cravings from dawn till dusk."
@@ -204,27 +113,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "833",
- title: "Reviews",
- description: "Happy coffee lovers shared their thoughts.",
- icon: Star,
- },
- {
- id: "m2",
- value: "4.9",
- title: "Rating",
- description: "Consistently providing 5-star experiences.",
- icon: Award,
- },
- {
- id: "m3",
- value: "12k+",
- title: "Drinks Served",
- description: "Serving joy, one cup at a time.",
- icon: Coffee,
- },
+ { id: "m1", value: "833", title: "Reviews", description: "Happy coffee lovers shared their thoughts.", icon: Star },
+ { id: "m2", value: "4.9", title: "Rating", description: "Consistently providing 5-star experiences.", icon: Award },
+ { id: "m3", value: "12k+", title: "Drinks Served", description: "Serving joy, one cup at a time.", icon: Coffee },
]}
title="Loved by Sarasota"
description="We are proud to be the heart of our neighborhood."
@@ -235,26 +126,12 @@ export default function LandingPage() {
@@ -334,21 +171,9 @@ export default function LandingPage() {
@@ -377,29 +195,15 @@ export default function LandingPage() {