diff --git a/src/app/page.tsx b/src/app/page.tsx
index 72b0e9f..b1fa2b0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,41 +44,26 @@ export default function LandingPage() {
@@ -99,17 +76,11 @@ export default function LandingPage() {
description="At Malvan Tadka Tathwade, we bring the shoreline to your table. Our chefs specialize in age-old Malvani recipes, using hand-ground spices and the freshest daily catches to recreate the authentic taste of the Konkan coast right here in Pune."
bulletPoints={[
{
- title: "Fresh Daily Catch",
- description: "Sourced every single morning from the local markets.",
- },
+ title: "Fresh Daily Catch", description: "Sourced every single morning from the local markets."},
{
- title: "Traditional Recipes",
- description: "Authentic methods passed down through generations.",
- },
+ title: "Traditional Recipes", description: "Authentic methods passed down through generations."},
{
- title: "Homestyle Cooking",
- description: "No additives, just pure, traditional flavours.",
- },
+ title: "Homestyle Cooking", description: "No additives, just pure, traditional flavours."},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-chef-preparing-food-plate_23-2148934662.jpg"
imageAlt="Our chefs in the kitchen"
@@ -125,41 +96,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Surmai Fry",
- price: "₹399",
- imageSrc: "http://img.b2bpic.net/free-photo/thai-food-tom-yum-kung-river-prawn-spicy-soup_1150-35451.jpg",
- },
+ id: "p1", name: "Surmai Fry", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/thai-food-tom-yum-kung-river-prawn-spicy-soup_1150-35451.jpg"},
{
- id: "p2",
- name: "Pomfret Tawa Fry",
- price: "₹450",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-fried-fish-with-fresh-vegetables-seasonings-gray-background-color-food-salad-meal-health-seafood-meat-ocean_140725-160410.jpg",
- },
+ id: "p2", name: "Pomfret Tawa Fry", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-fried-fish-with-fresh-vegetables-seasonings-gray-background-color-food-salad-meal-health-seafood-meat-ocean_140725-160410.jpg"},
{
- id: "p3",
- name: "Prawns Masala",
- price: "₹350",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-thai-food_1357-231.jpg",
- },
+ id: "p3", name: "Prawns Masala", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-thai-food_1357-231.jpg"},
{
- id: "p4",
- name: "Crab Curry Malvani",
- price: "₹520",
- imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-crab-with-lemon-chili-tomato-garlic-lemongrass-kaffir-lime-leaves-plate_1150-25815.jpg",
- },
+ id: "p4", name: "Crab Curry Malvani", price: "₹520", imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-crab-with-lemon-chili-tomato-garlic-lemongrass-kaffir-lime-leaves-plate_1150-25815.jpg"},
{
- id: "p5",
- name: "Authentic Fish Thali",
- price: "₹299",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-side-onion-sauce_140725-1771.jpg",
- },
+ id: "p5", name: "Authentic Fish Thali", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-side-onion-sauce_140725-1771.jpg"},
{
- id: "p6",
- name: "Fresh Solkadhi",
- price: "₹99",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-lemon-cocktail-with-lemon-slices-ice-cubes-inside-souvenir-glass-table-drink-juice-cocktail_140725-26295.jpg",
- },
+ id: "p6", name: "Fresh Solkadhi", price: "₹99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lemon-cocktail-with-lemon-slices-ice-cubes-inside-souvenir-glass-table-drink-juice-cocktail_140725-26295.jpg"},
]}
title="Signature Seafood Delicacies"
description="From crisp golden fries to rich coconut-based curries, explore our most loved seafood dishes."
@@ -168,44 +115,20 @@ export default function LandingPage() {
@@ -238,50 +156,31 @@ export default function LandingPage() {