diff --git a/src/app/page.tsx b/src/app/page.tsx
index caa5e3f..fbfd520 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -58,104 +48,59 @@ export default function LandingPage() {
@@ -167,24 +112,16 @@ export default function LandingPage() {
metrics={[
{
icon: Star,
- label: "Google Reviews",
- value: "39+",
- },
+ label: "Google Reviews", value: "39+"},
{
icon: Award,
- label: "Cuisines",
- value: "4+",
- },
+ label: "Cuisines", value: "4+"},
{
icon: Calendar,
- label: "Established",
- value: "2019",
- },
+ label: "Established", value: "2019"},
{
icon: Coffee,
- label: "Cups Served",
- value: "10k+",
- },
+ label: "Cups Served", value: "10k+"},
]}
metricsAnimation="slide-up"
/>
@@ -198,41 +135,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Spaghetti Bolognese",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-spaghetti-with-minced-meat-round-plate_176474-3225.jpg?_wi=1",
- },
+ id: "p1", name: "Spaghetti Bolognese", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/side-view-spaghetti-with-minced-meat-round-plate_176474-3225.jpg"},
{
- id: "p2",
- name: "American Chicken Steak",
- price: "$15",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4715.jpg?_wi=1",
- },
+ id: "p2", name: "American Chicken Steak", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4715.jpg"},
{
- id: "p3",
- name: "Masala Soya Chaap",
- price: "$8",
- imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg?_wi=2",
- },
+ id: "p3", name: "Masala Soya Chaap", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg"},
{
- id: "p4",
- name: "Brownie Shake",
- price: "$6",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-spaghetti-with-minced-meat-round-plate_176474-3225.jpg?_wi=2",
- },
+ id: "p4", name: "Brownie Shake", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-spaghetti-with-minced-meat-round-plate_176474-3225.jpg"},
{
- id: "p5",
- name: "Freaky Shakes",
- price: "$7",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4715.jpg?_wi=2",
- },
+ id: "p5", name: "Freaky Shakes", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4715.jpg"},
{
- id: "p6",
- name: "Tandoori Platter",
- price: "$14",
- imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg?_wi=3",
- },
+ id: "p6", name: "Tandoori Platter", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/roasted-cauliflower-with-sprouts-beans-served-with-tomato-sauce-herbs_114579-283.jpg"},
]}
title="Menu Highlights"
description="From Italian classics to local favorites."
@@ -241,44 +154,20 @@ export default function LandingPage() {
@@ -308,37 +194,23 @@ export default function LandingPage() {
logoText="SAMBOOKAS"
columns={[
{
- title: "Social",
- items: [
+ title: "Social", items: [
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
{
- label: "Zomato",
- href: "#",
- },
+ label: "Zomato", href: "#"},
{
- label: "TripAdvisor",
- href: "#",
- },
+ label: "TripAdvisor", href: "#"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "Contact",
- href: "#location",
- },
+ label: "Contact", href: "#location"},
],
},
]}