diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1b356af..f649ecb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
@@ -51,116 +45,30 @@ export default function LandingPage() {
@@ -172,19 +80,13 @@ export default function LandingPage() {
metrics={[
{
icon: MapPin,
- label: "Locations",
- value: "3+",
- },
+ label: "Locations", value: "3+"},
{
icon: Wine,
- label: "Signature Feni Cocktails",
- value: "20+",
- },
+ label: "Signature Feni Cocktails", value: "20+"},
{
icon: Users,
- label: "Happy Foodies",
- value: "50k+",
- },
+ label: "Happy Foodies", value: "50k+"},
]}
metricsAnimation="slide-up"
/>
@@ -198,20 +100,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Authentic Ingredients",
- description: "Sourced daily to preserve the raw flavors of coastal Goa.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-distant-view-sliced-vegetables-with-meat-making-salad-with-greens-seasonings-beans-dark-blue-desk-food-meal-meat-salad_140725-32780.jpg",
- },
+ title: "Authentic Ingredients", description: "Sourced daily to preserve the raw flavors of coastal Goa.", imageSrc: "http://img.b2bpic.net/free-photo/top-distant-view-sliced-vegetables-with-meat-making-salad-with-greens-seasonings-beans-dark-blue-desk-food-meal-meat-salad_140725-32780.jpg"},
{
- title: "Crafted Cocktails",
- description: "Experimental Feni mixes you won't find anywhere else.",
- imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-drink-glass-with-neo-futuristic-set_23-2150938290.jpg",
- },
+ title: "Crafted Cocktails", description: "Experimental Feni mixes you won't find anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-drink-glass-with-neo-futuristic-set_23-2150938290.jpg"},
{
- title: "Atmospheric Vibes",
- description: "From ambient interiors to garden terrace seating.",
- imageSrc: "http://img.b2bpic.net/free-photo/decorated-with-floral-compositions-wedding-celebration-table-with-brown-chiavari-chairs-guests-seats-outdoors-gardens_8353-10889.jpg",
- },
+ title: "Atmospheric Vibes", description: "From ambient interiors to garden terrace seating.", imageSrc: "http://img.b2bpic.net/free-photo/decorated-with-floral-compositions-wedding-celebration-table-with-brown-chiavari-chairs-guests-seats-outdoors-gardens_8353-10889.jpg"},
]}
title="Why Zai Goan?"
description="Discover what makes us the ultimate destination for authentic Goan indulgence."
@@ -220,46 +113,17 @@ export default function LandingPage() {