Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d21786a4e4 | |||
| 9fb4e76170 | |||
| 4b75ba7adf | |||
| d8185bb0f9 | |||
| 55df04ef1c | |||
| 99147783aa |
@@ -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={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user