diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5c2f984..38140b2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,60 +32,38 @@ export default function LandingPage() {
@@ -97,19 +75,13 @@ export default function LandingPage() {
metrics={[
{
icon: Clock,
- label: "Opening Hours",
- value: "8 AM - 10 PM",
- },
+ label: "Opening Hours", value: "8 AM - 10 PM"},
{
icon: MapPin,
- label: "Location",
- value: "Bhubaneswar, Odisha",
- },
+ label: "Location", value: "Bhubaneswar, Odisha"},
{
icon: Phone,
- label: "Contact",
- value: "+91 98765 43210",
- },
+ label: "Contact", value: "+91 98765 43210"},
]}
metricsAnimation="slide-up"
/>
@@ -123,41 +95,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Classic Croissant",
- price: "₹150",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2lpueb",
- },
+ id: "p1", name: "Classic Croissant", price: "₹150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2lpueb"},
{
- id: "p2",
- name: "Garden Fresh Salad",
- price: "₹250",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sc1hlv",
- },
+ id: "p2", name: "Garden Fresh Salad", price: "₹250", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sc1hlv"},
{
- id: "p3",
- name: "Cappuccino",
- price: "₹180",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0a7cgv",
- },
+ id: "p3", name: "Cappuccino", price: "₹180", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0a7cgv"},
{
- id: "p4",
- name: "Dark Chocolate Cake",
- price: "₹220",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rctobs",
- },
+ id: "p4", name: "Dark Chocolate Cake", price: "₹220", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rctobs"},
{
- id: "p5",
- name: "Berry Granola Bowl",
- price: "₹280",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gubpkb",
- },
+ id: "p5", name: "Berry Granola Bowl", price: "₹280", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gubpkb"},
{
- id: "p6",
- name: "Refreshing Lemonade",
- price: "₹120",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8hhsut",
- },
+ id: "p6", name: "Refreshing Lemonade", price: "₹120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8hhsut"},
]}
title="Our Menu"
description="Handcrafted flavors prepared with love daily."
@@ -171,20 +119,11 @@ export default function LandingPage() {
tag="Milestones"
metrics={[
{
- id: "m1",
- value: "500+",
- description: "Happy Daily Customers",
- },
+ id: "m1", value: "500+", description: "Happy Daily Customers"},
{
- id: "m2",
- value: "50+",
- description: "Handcrafted Dishes",
- },
+ id: "m2", value: "50+", description: "Handcrafted Dishes"},
{
- id: "m3",
- value: "100%",
- description: "Fresh Ingredients",
- },
+ id: "m3", value: "100%", description: "Fresh Ingredients"},
]}
metricsAnimation="slide-up"
/>
@@ -197,26 +136,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Free Wi-Fi",
- subtitle: "Perfect for work & study",
- category: "Services",
- value: "Available",
- },
+ id: "f1", title: "Free Wi-Fi", subtitle: "Perfect for work & study", category: "Services", value: "Available"},
{
- id: "f2",
- title: "Cozy Seating",
- subtitle: "Relaxing and comfortable",
- category: "Ambience",
- value: "Premium",
- },
+ id: "f2", title: "Cozy Seating", subtitle: "Relaxing and comfortable", category: "Ambience", value: "Premium"},
{
- id: "f3",
- title: "Local Sourcing",
- subtitle: "Fresh ingredients daily",
- category: "Quality",
- value: "Local",
- },
+ id: "f3", title: "Local Sourcing", subtitle: "Fresh ingredients daily", category: "Quality", value: "Local"},
]}
title="Why Visit Us?"
description="More than just a cafe, a community space."
@@ -229,20 +153,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "Do you offer vegan options?",
- content: "Yes, we have a selection of plant-based snacks and drinks.",
- },
+ id: "q1", title: "Do you offer vegan options?", content: "Yes, we have a selection of plant-based snacks and drinks."},
{
- id: "q2",
- title: "Is parking available?",
- content: "Yes, street parking is available outside the cafe.",
- },
+ id: "q2", title: "Is parking available?", content: "Yes, street parking is available outside the cafe."},
{
- id: "q3",
- title: "Do you take reservations?",
- content: "We work on a walk-in basis, but contact us for events.",
- },
+ id: "q3", title: "Do you take reservations?", content: "We work on a walk-in basis, but contact us for events."},
]}
title="Common Questions"
description="Everything you need to know."
@@ -254,8 +169,7 @@ export default function LandingPage() {