From 94fd66d344c9bb3a3c82c77ed13242d4cd1334d6 Mon Sep 17 00:00:00 2001 From: vidhya Date: Mon, 20 Jul 2026 17:25:33 +0530 Subject: [PATCH 1/2] footer, Culinary section, Assembly section Responsive updated --- src/components/EventsAccordion.tsx | 8 ++--- src/components/Footer.tsx | 2 +- src/components/SpatialSanctuary.tsx | 54 ++++++++++++++--------------- 3 files changed, 32 insertions(+), 32 deletions(-) diff --git a/src/components/EventsAccordion.tsx b/src/components/EventsAccordion.tsx index 6752b8c..c0c523e 100644 --- a/src/components/EventsAccordion.tsx +++ b/src/components/EventsAccordion.tsx @@ -182,7 +182,7 @@ export default function EventsAccordion() { whileInView={{ opacity: 1, y: 0 }} viewport={{ once: true }} transition={{ duration: 0.8, delay: 0.1, ease: "easeOut" }} - className="flex flex-col lg:flex-row gap-5 h-[680px] lg:h-[460px] w-full items-stretch relative z-20" + className="flex flex-col lg:flex-row gap-5 h-[800px] lg:h-[460px] w-full items-stretch relative z-20" > {events.map((event, idx) => { const isActive = idx === activeIdx; @@ -266,10 +266,10 @@ export default function EventsAccordion() { {/* Details content section */} -
+
{/* Double gold-rim circle icon container */} -
+
@@ -294,7 +294,7 @@ export default function EventsAccordion() {

{/* Notched Enquire CTA Button */} -
+
diff --git a/src/components/SpatialSanctuary.tsx b/src/components/SpatialSanctuary.tsx index c183109..71e7070 100644 --- a/src/components/SpatialSanctuary.tsx +++ b/src/components/SpatialSanctuary.tsx @@ -93,7 +93,7 @@ export default function SpatialSanctuary() { > {/* ==================== SLIDE 1: THE CULINARY HERITAGE MAIN COVER ==================== */} -
+
{/* Parchment background image for Slide 1 */} {/* Left Side details */} -
+
{/* Pre-title with Gold star crest */}
@@ -123,7 +123,7 @@ export default function SpatialSanctuary() {
{/* Main Headline */} -

+

Our Culinary
Heritage

@@ -138,12 +138,12 @@ export default function SpatialSanctuary() {
{/* Description narrative */} -

+

Swipe or scroll to explore the rich, traditional recipes of My Dosa Place, bringing stone-ground batters, fresh local spices, and traditional techniques to life.

{/* Scroll Down Slide Indicator */} -
+
Scroll down to slide right @@ -157,45 +157,45 @@ export default function SpatialSanctuary() {
{/* Card 1: Recipes */} -
- Heritage Recipes -
+
+ Heritage Recipes +
Heritage Recipes
-

+

Timeless recipes rooted in tradition.

{/* Card 2: Ghee */} -
- Pure A2 Ghee -
+
+ Pure A2 Ghee +
Pure A2 Ghee
-

+

Traditional ghee that enriches the flavor.

{/* Card 3: Dosa */} -
- Artisanal Dosa -
+
+ Artisanal Dosa +
Artisanal Dosa
-

+

Stone-ground batter fermented to perfection.

{/* Card 4: Feasts */} -
- Imperial Feasts -
+
+ Imperial Feasts +
Imperial Feasts
-

+

Grand platters reflecting royal tastes.

@@ -205,8 +205,8 @@ export default function SpatialSanctuary() {
{/* Right Side: Thali Archway photo overlap */} -
-
+
+
My Dosa Place Spatial Dining Sanctuary {/* ==================== PINNED BOTTOM BANNER BAR (OUTSIDE TRACK) ==================== */} -
- My Dosa Place - - +
+ My Dosa Place + + ROOTED IN TRADITION • DRIVEN BY PASSION • SERVED WITH LOVE
From b453d5bf6013643ae8e828591b04b716344207dd Mon Sep 17 00:00:00 2001 From: vidhya Date: Mon, 20 Jul 2026 18:07:14 +0530 Subject: [PATCH 2/2] chef, menu, slider section updated --- fix_grid.js | 31 +++++++++ src/components/ChefShowcase.tsx | 12 ++-- src/components/MenuPreview.tsx | 4 +- src/components/SpatialSanctuary.tsx | 102 ++++++++++++++-------------- 4 files changed, 90 insertions(+), 59 deletions(-) create mode 100644 fix_grid.js diff --git a/fix_grid.js b/fix_grid.js new file mode 100644 index 0000000..cef1a1a --- /dev/null +++ b/fix_grid.js @@ -0,0 +1,31 @@ +const fs = require('fs'); +const file = 'src/components/SpatialSanctuary.tsx'; +let content = fs.readFileSync(file, 'utf8'); + +// Fix cream/dark green cards padding +content = content.replace(/rounded-2xl shadow-sm p-6 flex flex-col/g, 'rounded-2xl shadow-sm p-4 sm:p-6 flex flex-col'); + +// Fix intro card 4, 6, 9, 10, 12 small subtitle +content = content.replace(//g, ''); +content = content.replace(//g, ''); + +// Fix intro card 4, 6, 9, 10, 12 title +content = content.replace(/

/g, '

'); +content = content.replace(/

/g, '

'); + +// Fix intro card 4, 6, 9, 10, 12 desc +content = content.replace(/

/g, '

'); +content = content.replace(/

/g, '

'); + +// Fix image cards padding +content = content.replace(/

/g, '
'); + +// Fix image cards subtitle +content = content.replace(//g, ''); + +// Fix image cards title +content = content.replace(/

/g, '

'); + +// Write back +fs.writeFileSync(file, content); +console.log('Fixed cards formatting'); diff --git a/src/components/ChefShowcase.tsx b/src/components/ChefShowcase.tsx index 73897a4..0857690 100644 --- a/src/components/ChefShowcase.tsx +++ b/src/components/ChefShowcase.tsx @@ -314,7 +314,7 @@ export default function ChefShowcase() { whileInView={{ opacity: 1, x: 0 }} viewport={{ once: true }} transition={{ duration: 0.8, ease: "easeOut" }} - className="lg:col-span-7 flex justify-end" + className="lg:col-span-7 flex justify-end mb-24 lg:mb-0" >
@@ -329,23 +329,23 @@ export default function ChefShowcase() { {/* Text content details */}
- + — THE ESSENCE OF — -

+

Heritage Spices

-

+

Handpicked spices from the best regions of India, blended with time-honored techniques to create unforgettable flavors.

{/* Explorer Button */} -
+
Explore Our Menu → diff --git a/src/components/MenuPreview.tsx b/src/components/MenuPreview.tsx index 8d8372e..2f2084d 100644 --- a/src/components/MenuPreview.tsx +++ b/src/components/MenuPreview.tsx @@ -237,7 +237,7 @@ export default function MenuPreview() {