Update src/app/page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Cake, Croissant, Coffee, Users, Chair, Sparkles, Store, Heart, UtensilsCrossed, MapPin } from 'lucide-react';
|
||||
import { Cake, Croissant, Coffee, Users, Car, Sparkles, Store, Heart, UtensilsCrossed, MapPin } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -46,12 +46,12 @@ export default function LandingPage() {
|
||||
{ text: "Call Us Now", href: "tel:07095476581" },
|
||||
{ text: "Get Directions", href: "#contact" }
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/candy-dessert-row-generated-by-ai_188544-41148.jpg"
|
||||
imageAlt="Delhi Mithaiwala Veg Bakery Display"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
imageAlt="Delhi Mithaiwala Family Bakery"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
title: "Chat & Snacks", description: "Delicious Indian chat items and savory snacks perfect for family gatherings and celebrations"
|
||||
},
|
||||
{
|
||||
icon: Chair,
|
||||
icon: Car,
|
||||
title: "Family Gathering Space", description: "Comfortable dine-in seating where you can spend quality time with loved ones for 15 minutes to 4 hours"
|
||||
},
|
||||
{
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", alt: "Customer 4" }
|
||||
]}
|
||||
ratingAnimation="entrance-slide"
|
||||
ratingAnimation="none"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user