Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2aec17039d | |||
| fa6264da1f | |||
| e31cf2d166 |
@@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Sparkles, Pizza, Crown, Info, TrendingUp, Star, Phone, MapPin, Clock, Heart, Shield, Users, Zap, Lock } from 'lucide-react';
|
import { Sparkles, Pizza, Crown, Info, TrendingUp, Star, Phone, MapPin, Clock, Heart, Shield, Users, Zap, Lock, ShoppingCart } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -91,6 +91,7 @@ export default function LandingPage() {
|
|||||||
id: "bazinga-burger", name: "Bazinga Burger", price: "₨560", variant: "Crispy boneless thigh with signature sauce", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-bun-lettuce-tomato-meaf-cheese-french-fries-mayonnaise-ketchup-side-view_141793-3713.jpg", imageAlt: "Bazinga Burger - crispy fried chicken perfection"
|
id: "bazinga-burger", name: "Bazinga Burger", price: "₨560", variant: "Crispy boneless thigh with signature sauce", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-bun-lettuce-tomato-meaf-cheese-french-fries-mayonnaise-ketchup-side-view_141793-3713.jpg", imageAlt: "Bazinga Burger - crispy fried chicken perfection"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
cardClassName="relative group"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user