Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 54acb93994 | |||
| 6836d7a59d | |||
| aab3772355 | |||
| 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" },
|
||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
<div id="plans" data-section="plans">
|
||||
<PricingCardNine
|
||||
title="Subscription Plans"
|
||||
description="Choose a plan that fits your lifestyle and unlock exclusive benefits with our flexible meal subscription options."
|
||||
description="Save up to 20% with flexible subscription plans. Choose the plan that fits your lifestyle and unlock exclusive benefits with our convenient meal subscription options."
|
||||
tag="Special Pricing"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user