4 Commits

Author SHA1 Message Date
8d6820f970 Switch to version 1: modified src/app/styles/variables.css 2026-03-19 18:03:49 +00:00
6f70b07bb5 Switch to version 1: modified src/app/page.tsx 2026-03-19 18:03:48 +00:00
c289b1afd4 Merge version_2 into main
Merge version_2 into main
2026-03-19 18:03:15 +00:00
daf1a08299 Merge version_2 into main
Merge version_2 into main
2026-03-19 18:00:42 +00:00
2 changed files with 22 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
import FaqBase from "@/components/sections/faq/FaqBase"; import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCenter from "@/components/sections/contact/ContactCenter"; import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterMedia from "@/components/sections/footer/FooterMedia"; import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Flame, Star, UtensilsCrossed, Heart, HelpCircle, Phone, Mail, MapPin, Clock } from "lucide-react"; import { Flame, Star, UtensilsCrossed, Heart, HelpCircle, Phone } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -224,14 +224,14 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
tag="Get in Touch" tag="Get in Touch"
title="Reserve Your Table or Place an Order" title="Reserve Your Table or Place an Order"
description="Experience authentic multicuisine dining at Zaatar. Reserve a table for your next celebration, or order your favorite dishes for delivery today. Connect with us through phone, email, or visit our restaurant." description="Experience authentic multicuisine dining at Zaatar. Reserve a table for your next celebration, or order your favorite dishes for delivery today."
tagIcon={Phone} tagIcon={Phone}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your email or phone number" inputPlaceholder="Enter your email or phone number"
buttonText="Get Started" buttonText="Get Started"
termsText="By contacting Zaatar, you agree to our booking and ordering policies. Our team will reach out within 2 hours during business hours." termsText="By contacting Zaatar, you agree to our booking and ordering policies."
ariaLabel="Contact and reservation form" ariaLabel="Contact and reservation form"
/> />
</div> </div>
@@ -241,7 +241,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg" imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg"
imageAlt="restaurant interior warm lighting ambiance" imageAlt="restaurant interior warm lighting ambiance"
logoText="Zaatar" logoText="Zaatar"
copyrightText="© 2025 Zaatar Multicuisine Restaurant | All Rights Reserved | Bengaluru" copyrightText="© 2025 Zaatar Multicuisine Restaurant | Bengaluru"
columns={[ columns={[
{ {
title: "Quick Links", items: [ title: "Quick Links", items: [
@@ -255,22 +255,22 @@ export default function LandingPage() {
title: "Services", items: [ title: "Services", items: [
{ label: "Online Ordering", href: "#contact" }, { label: "Online Ordering", href: "#contact" },
{ label: "Table Reservation", href: "#contact" }, { label: "Table Reservation", href: "#contact" },
{ label: "Catering Services", href: "#contact" }, { label: "Catering", href: "#contact" },
{ label: "Corporate Events", href: "#contact" } { label: "Events", href: "#contact" }
] ]
}, },
{ {
title: "Connect With Us", items: [ title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com/zaatar" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com/zaatar" }, { label: "Facebook", href: "https://facebook.com" },
{ label: "Email: info@zaatar.in", href: "mailto:info@zaatar.in" }, { label: "Email", href: "mailto:info@zaatar.in" },
{ label: "Phone: +91 80 1234 5678", href: "tel:+918012345678" } { label: "Phone", href: "tel:+919876543210" }
] ]
} }
]} ]}
ariaLabel="Site footer with navigation and contact information" ariaLabel="Site footer with navigation and contact"
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #050012; --background: #ffffff;
--card: #040121; --card: #f9f9f9;
--foreground: #f0e6ff; --foreground: #000612e6;
--primary-cta: #c89bff; --primary-cta: #106EFB;
--primary-cta-text: #050012; --primary-cta-text: #ffffff;
--secondary-cta: #1d123b; --secondary-cta: #f9f9f9;
--secondary-cta-text: #f0e6ff; --secondary-cta-text: #000612e6;
--accent: #684f7b; --accent: #e2e2e2;
--background-accent: #65417c; --background-accent: #106EFB;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);