Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { CheckCircle, Facebook, Instagram, MapPin, Leaf, UtensilsCrossed, Truck, Party, Phone, Images, Sparkles } from 'lucide-react';
|
||||
import { CheckCircle, Facebook, Instagram, MapPin, Leaf, UtensilsCrossed, Truck, Phone, Images, Sparkles } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -149,13 +149,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "wedding-events", name: "Wedding Celebrations", price: "Custom Packages", imageSrc: "http://img.b2bpic.net/free-photo/decorserving-wedding-table_8353-9962.jpg?_wi=1", imageAlt: "Elegant ballroom for wedding celebrations"
|
||||
id: "wedding-events", name: "Wedding Celebrations", price: "Custom Packages", imageSrc: "http://img.b2bpic.net/free-photo/decorserving-wedding-table_8353-9962.jpg", imageAlt: "Elegant ballroom for wedding celebrations"
|
||||
},
|
||||
{
|
||||
id: "corporate-events", name: "Corporate Events", price: "Tailored Solutions", imageSrc: "http://img.b2bpic.net/free-photo/decorserving-wedding-table_8353-9962.jpg?_wi=2", imageAlt: "Professional ballroom for corporate events"
|
||||
id: "corporate-events", name: "Corporate Events", price: "Tailored Solutions", imageSrc: "http://img.b2bpic.net/free-photo/decorserving-wedding-table_8353-9962.jpg", imageAlt: "Professional ballroom for corporate events"
|
||||
},
|
||||
{
|
||||
id: "private-parties", name: "Private Parties", price: "From ₹2,200 (for two)", imageSrc: "http://img.b2bpic.net/free-photo/decorserving-wedding-table_8353-9962.jpg?_wi=3", imageAlt: "Intimate private party venue"
|
||||
id: "private-parties", name: "Private Parties", price: "From ₹2,200 (for two)", imageSrc: "http://img.b2bpic.net/free-photo/decorserving-wedding-table_8353-9962.jpg", imageAlt: "Intimate private party venue"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
||||
id: "delivery", value: "Fast", title: "Delivery Service", description: "Quality meals delivered to your doorstep. Experience Villagio's cuisine in the comfort of your home.", icon: Truck
|
||||
},
|
||||
{
|
||||
id: "event-hosting", value: "Full", title: "Event Hosting", description: "Complete event management including decor, catering, and coordination. Ballroom capacity for intimate to grand celebrations.", icon: Party
|
||||
id: "event-hosting", value: "Full", title: "Event Hosting", description: "Complete event management including decor, catering, and coordination. Ballroom capacity for intimate to grand celebrations.", icon: Sparkles
|
||||
},
|
||||
{
|
||||
id: "vegetarian", value: "100%", title: "Vegetarian Options", description: "Extensive vegetarian and vegan menu. Quality ingredients and authentic flavors for all dietary preferences.", icon: Leaf
|
||||
|
||||
Reference in New Issue
Block a user