diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
new file mode 100644
index 0000000..b789bc7
--- /dev/null
+++ b/src/app/contact/page.tsx
@@ -0,0 +1,63 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import ContactCTA from '@/components/sections/contact/ContactCTA';
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+import { Mail } from "lucide-react";
+
+export default function ContactPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6319dfb..c2b96a0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,66 +40,28 @@ export default function LandingPage() {
@@ -121,30 +71,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: 1,
- tag: "Freshness",
- title: "Farm to Table",
- subtitle: "Sourced Locally",
- description: "We source fresh produce daily from local farms to ensure peak nutritional value and unmatched flavor.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=1",
- },
- {
- id: 2,
- tag: "Hygiene",
- title: "Strict Standards",
- subtitle: "Safety First",
- description: "Our kitchen follows rigorous sanitation protocols for complete peace of mind while dining.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=1",
- },
- {
- id: 3,
- tag: "Authentic",
- title: "No Shortcuts",
- subtitle: "Real Ingredients",
- description: "We never use artificial colors or additives. Only high-quality herbs, spices, and whole foods.",
- imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=1",
- },
+ { id: 1, tag: "Freshness", title: "Farm to Table", subtitle: "Sourced Locally", description: "We source fresh produce daily from local farms to ensure peak nutritional value and unmatched flavor.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=1" },
+ { id: 2, tag: "Hygiene", title: "Strict Standards", subtitle: "Safety First", description: "Our kitchen follows rigorous sanitation protocols for complete peace of mind while dining.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=1" },
+ { id: 3, tag: "Authentic", title: "No Shortcuts", subtitle: "Real Ingredients", description: "We never use artificial colors or additives. Only high-quality herbs, spices, and whole foods.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=1" },
]}
title="Our Quality Standards"
description="We believe in total transparency. Every ingredient is sourced with care to ensure your meal is always fresh, delicious, and healthy."
@@ -158,42 +87,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Butter Chicken",
- price: "$18.00",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=2",
- },
- {
- id: "p2",
- name: "Chicken 777",
- price: "$15.00",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=2",
- },
- {
- id: "p3",
- name: "Garlic Naan",
- price: "$4.00",
- imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=2",
- },
- {
- id: "p4",
- name: "Paneer Tikka",
- price: "$14.00",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=3",
- },
- {
- id: "p5",
- name: "Dal Makhani",
- price: "$12.00",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=3",
- },
- {
- id: "p6",
- name: "Veg Biryani",
- price: "$16.00",
- imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=3",
- },
+ { id: "p1", name: "Butter Chicken", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=2" },
+ { id: "p2", name: "Chicken 777", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=2" },
+ { id: "p3", name: "Garlic Naan", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=2" },
+ { id: "p4", name: "Paneer Tikka", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=3" },
+ { id: "p5", name: "Dal Makhani", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=3" },
+ { id: "p6", name: "Veg Biryani", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=3" },
]}
title="Chef's Recommendations"
description="Discover our signature dishes, meticulously prepared to give you the most authentic taste of tradition."
@@ -206,40 +105,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
- {
- id: "offer1",
- badge: "Dine-In",
- price: "10% OFF",
- subtitle: "Weekdays Only",
- buttons: [
- {
- text: "Claim Now",
- href: "#contact",
- },
- ],
- features: [
- "Valid on bills over $50",
- "Dine-in only",
- "Mon-Thu",
- ],
- },
- {
- id: "offer2",
- badge: "Group",
- price: "Free Starter",
- subtitle: "For 4+ Guests",
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
- features: [
- "Any starter of your choice",
- "Valid for group booking",
- "Requires reservation",
- ],
- },
+ { id: "offer1", badge: "Dine-In", price: "10% OFF", subtitle: "Weekdays Only", buttons: [{ text: "Claim Now", href: "/contact" }], features: ["Valid on bills over $50", "Dine-in only", "Mon-Thu"] },
+ { id: "offer2", badge: "Group", price: "Free Starter", subtitle: "For 4+ Guests", buttons: [{ text: "Book Now", href: "/contact" }], features: ["Any starter of your choice", "Valid for group booking", "Requires reservation"] },
]}
title="Current Offers"
description="Transparent, honest promotions. No hidden terms, just great value for your dining experience."
@@ -251,126 +118,22 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Sarah J.",
- date: "Oct 2023",
- title: "Local Diner",
- quote: "The staff here treats you like family! Such a welcoming vibe and the butter chicken is divine.",
- tag: "Excellent",
- avatarSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg",
- imageAlt: "cozy restaurant dining interior warm light",
- },
- {
- id: "t2",
- name: "Mark D.",
- date: "Sep 2023",
- title: "Frequent Guest",
- quote: "Finally, a place that uses fresh ingredients. You can actually taste the quality. My go-to spot.",
- tag: "Quality",
- avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=4",
- imageAlt: "fresh organic vegetables kitchen ingredients",
- },
- {
- id: "t3",
- name: "Emily P.",
- date: "Aug 2023",
- title: "Group Planner",
- quote: "We celebrated a birthday here and the hospitality was perfect. Everyone loved the Chicken 777!",
- tag: "Hospitality",
- avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=4",
- imageAlt: "fresh spices herbs kitchen ingredient",
- },
- {
- id: "t4",
- name: "David L.",
- date: "Jul 2023",
- title: "Food Enthusiast",
- quote: "Authentic, clean, and delicious. It's refreshing to see a menu that focuses on quality over quantity.",
- tag: "Authentic",
- avatarSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3945.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=4",
- imageAlt: "fresh farm produce vegetables fruits",
- },
- {
- id: "t5",
- name: "Jessica R.",
- date: "Jun 2023",
- title: "Regular Visitor",
- quote: "The ambience is lovely, quiet yet lively. Highly recommend the garlic naan. Best in town.",
- tag: "Ambience",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
- imageAlt: "happy customer dining restaurant smile",
- },
+ { id: "t1", name: "Sarah J.", date: "Oct 2023", title: "Local Diner", quote: "The staff here treats you like family! Such a welcoming vibe and the butter chicken is divine.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg", imageAlt: "cozy restaurant dining interior warm light" },
+ { id: "t2", name: "Mark D.", date: "Sep 2023", title: "Frequent Guest", quote: "Finally, a place that uses fresh ingredients. You can actually taste the quality. My go-to spot.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cabbage-woman-s-hand-kitchen-table-vegetables_169016-23776.jpg?_wi=4", imageAlt: "fresh organic vegetables kitchen ingredients" },
+ { id: "t3", name: "Emily P.", date: "Aug 2023", title: "Group Planner", quote: "We celebrated a birthday here and the hospitality was perfect. Everyone loved the Chicken 777!", tag: "Hospitality", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-cabbage-cucumbers-wooden-board-closeup_169016-50022.jpg?_wi=4", imageAlt: "fresh spices herbs kitchen ingredient" },
+ { id: "t4", name: "David L.", date: "Jul 2023", title: "Food Enthusiast", quote: "Authentic, clean, and delicious. It's refreshing to see a menu that focuses on quality over quantity.", tag: "Authentic", avatarSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3945.jpg", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-autumnal-vegetables_23-2148647932.jpg?_wi=4", imageAlt: "fresh farm produce vegetables fruits" },
+ { id: "t5", name: "Jessica R.", date: "Jun 2023", title: "Regular Visitor", quote: "The ambience is lovely, quiet yet lively. Highly recommend the garlic naan. Best in town.", tag: "Ambience", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", imageAlt: "happy customer dining restaurant smile" },
]}
title="Hear From Our Guests"
description="People love our service, the atmosphere, and most importantly, the honest, fresh taste of our food."
/>
-