diff --git a/public/images/category_banquet.jpg b/public/images/category_banquet.jpg new file mode 100644 index 0000000..29474b4 Binary files /dev/null and b/public/images/category_banquet.jpg differ diff --git a/public/images/category_beverages.jpg b/public/images/category_beverages.jpg new file mode 100644 index 0000000..0177a23 Binary files /dev/null and b/public/images/category_beverages.jpg differ diff --git a/public/images/category_bg.jpg b/public/images/category_bg.jpg new file mode 100644 index 0000000..bc2accd Binary files /dev/null and b/public/images/category_bg.jpg differ diff --git a/public/images/category_biryani.jpg b/public/images/category_biryani.jpg new file mode 100644 index 0000000..cbb5b9c Binary files /dev/null and b/public/images/category_biryani.jpg differ diff --git a/public/images/category_chef_specials.jpg b/public/images/category_chef_specials.jpg new file mode 100644 index 0000000..c0371d9 Binary files /dev/null and b/public/images/category_chef_specials.jpg differ diff --git a/public/images/category_curries.jpg b/public/images/category_curries.jpg new file mode 100644 index 0000000..f58fb2d Binary files /dev/null and b/public/images/category_curries.jpg differ diff --git a/public/images/category_seafood.jpg b/public/images/category_seafood.jpg new file mode 100644 index 0000000..e7c88ec Binary files /dev/null and b/public/images/category_seafood.jpg differ diff --git a/public/images/category_sweets.jpg b/public/images/category_sweets.jpg new file mode 100644 index 0000000..79c0179 Binary files /dev/null and b/public/images/category_sweets.jpg differ diff --git a/public/images/category_tandoor.jpg b/public/images/category_tandoor.jpg new file mode 100644 index 0000000..89cee4f Binary files /dev/null and b/public/images/category_tandoor.jpg differ diff --git a/public/images/chef_bg.jpg b/public/images/chef_bg.jpg new file mode 100644 index 0000000..d212144 Binary files /dev/null and b/public/images/chef_bg.jpg differ diff --git a/public/images/chef_cooking.jpg b/public/images/chef_cooking.jpg new file mode 100644 index 0000000..0217f43 Binary files /dev/null and b/public/images/chef_cooking.jpg differ diff --git a/public/images/footer_bg.png b/public/images/footer_bg.png new file mode 100644 index 0000000..05f9d3b Binary files /dev/null and b/public/images/footer_bg.png differ diff --git a/src/app/page.tsx b/src/app/page.tsx index df5b5bd..d0983f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,9 @@ import EntranceExperience from "@/components/EntranceExperience"; import RestaurantStory from "@/components/RestaurantStory"; import ChefShowcase from "@/components/ChefShowcase"; import SpatialSanctuary from "@/components/SpatialSanctuary"; -import Testimonials from "@/components/Testimonials"; import EventsAccordion from "@/components/EventsAccordion"; import MenuPreview from "@/components/MenuPreview"; -import ReservationForm from "@/components/ReservationForm"; -import RouteMap from "@/components/RouteMap"; +import CulinaryCategories from "@/components/CulinaryCategories"; import Footer from "@/components/Footer"; import CustomCursor from "@/components/CustomCursor"; @@ -40,6 +38,9 @@ export default function Home() { {/* Section 3: Heritage Story timeline */} + {/* Section 3.5: Culinary Categories */} + + {/* Section 4: Premium Breakfast Menu Card Section */} @@ -49,18 +50,9 @@ export default function Home() { {/* Section 5.5: The Spatial Sanctuary details */} - {/* Section 7: 3D-tilting Testimonials diaries */} - - {/* Section 8: Expanding Special Events Accordion */} - {/* Section 9: Reservation Form with canvas sparks */} - - - {/* Section 11: Cartographic Route SVG Map with animated Chariot */} - - {/* Section 12: Footer with hanging Toran, contact logs and floating diyas */}