diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9417376..791f42a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,109 +31,70 @@ export default function LandingPage() {
@@ -145,19 +106,13 @@ export default function LandingPage() {
title="Redefining the Brewery Experience"
metrics={[
{
- value: "Craft",
- label: "Artisan Brewing Standards",
- icon: Shield,
+ value: "Craft", label: "Artisan Brewing Standards", icon: Shield,
},
{
- value: "Social",
- label: "Community Designed Spaces",
- icon: Users,
+ value: "Social", label: "Community Designed Spaces", icon: Users,
},
{
- value: "Elevated",
- label: "Gourmet Culinary Pairing",
- icon: Award,
+ value: "Elevated", label: "Gourmet Culinary Pairing", icon: Award,
},
]}
metricsAnimation="blur-reveal"
@@ -171,34 +126,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- label: "Private Events",
- title: "Host Your Next Milestone",
- items: [
- "Flexible space for 50+",
- "Professional service",
- "Custom menus available",
- ],
+ id: "1", label: "Private Events", title: "Host Your Next Milestone", items: [
+ "Flexible space for 50+", "Professional service", "Custom menus available"],
},
{
- id: "2",
- label: "Culinary",
- title: "Elevated Pairings",
- items: [
- "Locally sourced ingredients",
- "Seasonal menu rotations",
- "Beer-infused dishes",
- ],
+ id: "2", label: "Culinary", title: "Elevated Pairings", items: [
+ "Locally sourced ingredients", "Seasonal menu rotations", "Beer-infused dishes"],
},
{
- id: "3",
- label: "Entertainment",
- title: "Live Energy",
- items: [
- "Curated local musicians",
- "Acoustic-first sound design",
- "Community-focused events",
- ],
+ id: "3", label: "Entertainment", title: "Live Energy", items: [
+ "Curated local musicians", "Acoustic-first sound design", "Community-focused events"],
},
]}
title="Beyond the Tap"
@@ -214,26 +151,11 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Apex Golden Ale",
- price: "Small Batch",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmFdvcT6oJY4B3khouJnvXufc/professional-product-shot-of-a-luxury-cr-1775106471180-5047777f.png",
- imageAlt: "Golden Ale",
- },
+ id: "p1", name: "Apex Golden Ale", price: "Small Batch", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmFdvcT6oJY4B3khouJnvXufc/professional-product-shot-of-a-luxury-cr-1775106471180-5047777f.png", imageAlt: "Golden Ale"},
{
- id: "p2",
- name: "Artisan Cheese Plate",
- price: "Gourmet",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmFdvcT6oJY4B3khouJnvXufc/gourmet-charcuterie-board-pairing-with-c-1775106473416-f21e6e5a.png",
- imageAlt: "Charcuterie board",
- },
+ id: "p2", name: "Artisan Cheese Plate", price: "Gourmet", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmFdvcT6oJY4B3khouJnvXufc/gourmet-charcuterie-board-pairing-with-c-1775106473416-f21e6e5a.png", imageAlt: "Charcuterie board"},
{
- id: "p3",
- name: "House Botanical Soda",
- price: "Signature",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmFdvcT6oJY4B3khouJnvXufc/high-end-cocktail-or-specialty-non-beer--1775106472723-e910bbc9.png",
- imageAlt: "Botanical beverage",
- },
+ id: "p3", name: "House Botanical Soda", price: "Signature", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmFdvcT6oJY4B3khouJnvXufc/high-end-cocktail-or-specialty-non-beer--1775106472723-e910bbc9.png", imageAlt: "Botanical beverage"},
]}
title="Signature Offerings"
description="Explore our curated selection of house-made crafts and gourmet culinary creations."
@@ -243,48 +165,24 @@ export default function LandingPage() {
@@ -314,38 +209,25 @@ export default function LandingPage() {