diff --git a/src/app/page.tsx b/src/app/page.tsx
index b6321ac..c2fe951 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,34 +29,13 @@ export default function LandingPage() {
@@ -64,33 +43,17 @@ export default function LandingPage() {
@@ -118,12 +81,7 @@ export default function LandingPage() {
title="Loved by Local Foodies"
description="Join thousands of satisfied diners who experience the authentic taste of the south."
names={[
- "The Daily Dine",
- "City Culinary Weekly",
- "Urban Table",
- "Authentic Eats",
- "Chef's Choice Award",
- ]}
+ "The Daily Dine", "City Culinary Weekly", "Urban Table", "Authentic Eats", "Chef's Choice Award"]}
/>
@@ -133,16 +91,10 @@ export default function LandingPage() {
title="Quality in Every Grain"
description="Our commitment to authenticity goes beyond the plate. We source directly from traditional farmers to maintain the original taste profiles."
metrics={[
- {
- value: "15+",
- title: "Years of Tradition",
- },
- {
- value: "50+",
- title: "Authentic Recipes",
- },
+ { value: "15+", title: "Years of Tradition" },
+ { value: "50+", title: "Authentic Recipes" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-stove-spice-human-hand-pan_176474-3151.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-stove-spice-human-hand-pan_176474-3151.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -151,18 +103,11 @@ export default function LandingPage() {
@@ -171,26 +116,13 @@ export default function LandingPage() {
logoText="Sagar Ratna"
columns={[
{
- title: "Links",
- items: [
- {
- label: "Menu",
- href: "/menu",
- },
- {
- label: "About",
- href: "/about",
- },
+ title: "Links", items: [
+ { label: "Menu", href: "/menu" },
+ { label: "About", href: "/about" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- ],
+ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }],
},
]}
copyrightText="© 2024 Sagar Ratna | Authentic South Indian Cuisine"
@@ -199,4 +131,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file