6 Commits

Author SHA1 Message Date
d21786a4e4 Update src/app/page.tsx 2026-03-03 14:22:32 +00:00
9fb4e76170 Merge version_2 into main
Merge version_2 into main
2026-03-03 14:20:10 +00:00
4b75ba7adf Update src/app/page.tsx 2026-03-03 14:20:06 +00:00
d8185bb0f9 Merge version_1 into main
Merge version_1 into main
2026-03-03 14:18:33 +00:00
55df04ef1c Merge version_1 into main
Merge version_1 into main
2026-03-03 14:16:45 +00:00
99147783aa Merge version_1 into main
Merge version_1 into main
2026-03-03 14:15:47 +00:00

View File

@@ -10,7 +10,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Leaf, Flame, Award, HeartHandshake, UtensilsCrossed, Star, Sparkles, Heart, MessageCircle } from 'lucide-react';
import { Leaf, Flame, Award, HeartHandshake, UtensilsCrossed, Star, Sparkles, Heart, MessageCircle, Shield } from 'lucide-react';
export default function LandingPage() {
return (
@@ -47,8 +47,8 @@ export default function LandingPage() {
title="Premium Pure Veg Tiffins & Traditional Meals"
description="Authentic Taste. Hygienic Kitchen. Delivered with Care."
background={{ variant: "plain" }}
tag="Sattvik Kitchen"
tagIcon={Leaf}
tag="ISO Certified Kitchen"
tagIcon={Shield}
tagAnimation="slide-up"
buttons={[
{ text: "View Menu", href: "#menu" },
@@ -216,8 +216,8 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Connect With Us"
ctaDescription="Ready to order or have questions? Reach out to us through WhatsApp, phone, or our contact form. We're here to serve you!"
ctaButton={{ text: "WhatsApp Order", href: "https://wa.me/919876543210" }}
ctaDescription="Orders placed before 6 PM are delivered same day. Reach out to us through WhatsApp, phone, or our contact form. We're here to serve you!"
ctaButton={{ text: "Order via WhatsApp Now", href: "https://wa.me/919876543210" }}
ctaIcon={MessageCircle}
faqs={[
{