diff --git a/public/images/sanctuary_arch.png b/public/images/sanctuary_arch.png new file mode 100644 index 0000000..aa6f972 Binary files /dev/null and b/public/images/sanctuary_arch.png differ diff --git a/public/images/sanctuary_bg.png b/public/images/sanctuary_bg.png new file mode 100644 index 0000000..a5026e9 Binary files /dev/null and b/public/images/sanctuary_bg.png differ diff --git a/src/components/EntranceExperience.tsx b/src/components/EntranceExperience.tsx index e8c7595..eecf715 100644 --- a/src/components/EntranceExperience.tsx +++ b/src/components/EntranceExperience.tsx @@ -7,6 +7,7 @@ import { motion, AnimatePresence } from "framer-motion"; import { Canvas, useFrame, useThree } from "@react-three/fiber"; import { useTexture } from "@react-three/drei"; import * as THREE from "three"; +import Image from "next/image"; gsap.registerPlugin(ScrollTrigger); @@ -365,32 +366,159 @@ export default function EntranceExperience() { - {/* ----------------- FOOD PLATTER STORYTELLING CARD (REVEALS AT END) ----------------- */} + {/* ----------------- SPATIAL SANCTUARY OVERLAY (REVEALS AT END) ----------------- */} {scrollProgress > 0.75 && ( - {/* Inner traditional gold frame */} -
+ {/* Parchment background containing sketches and mandalas */} + Traditional South Indian Sanctuary Background - - P U R E V E G E T A R I A N F E A S T - + {/* Traditional Temple Borders */} +
-

- A Royal Banquet -

+ {/* Content Container */} +
+ + {/* Left Side: Text Details and Grid of 4 Cards */} +
+ + {/* Pre-title with Gold Crest */} +
+ + + + + — OUR STORY — + +
-
+ {/* Main Headline */} +

+ The Spatial
+ Sanctuary +

+ + {/* Traditional Gold Divider */} +
+
+ + + +
+
+ + {/* Narrative Paragraph */} +

+ Swipe or scroll to explore the visual spatial transitions of My Dosa Place, bringing heritage pillars, brass lanterns, and set feast tables to life. +

+ + {/* Scroll Down Slide Indicator */} +
+ + Scroll down to slide right + + + + + +
+ + {/* Grid of 4 Sanctuary Features */} +
+ + {/* Card 1: Pillars */} +
+ + + +
+ Heritage Pillars +
+

+ Timeless architecture rooted in tradition. +

+
+ + {/* Card 2: Lanterns */} +
+ + + +
+ Brass Lanterns +
+

+ Traditional lighting that sets the mood. +

+
+ + {/* Card 3: Feast Tables */} +
+ + + +
+ Set Feast Tables +
+

+ Every table is a celebration of South Indian flavors. +

+
+ + {/* Card 4: Hospitality */} +
+ + + +
+ Warm Hospitality +
+

+ Where every guest feels at home. +

+
+ +
+ +
+ + {/* Right Side: Cropped Traditional Archway scene with overlay leaves & badge */} +
+
+ My Dosa Place Spatial Dining Sanctuary +
+
+ +
+ + {/* Bottom Gold-Bordered Green Banner */} +
+ My Dosa Place + + + ROOTED IN TRADITION • DRIVEN BY PASSION • SERVED WITH LOVE + +
-

- Your table is set. Experience a royal banquet served on fresh banana leaves, where crispy ghee-roasted dosas, steaming lentil sambar, and hand-ground chutneys await you. -

)}