Merge version_1 into main #2
@@ -10,7 +10,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Award, Beef, Camera, CheckCircle, Flame, Heart, Home, Leaf, MapPin, Menu, Smile, Star, UtensilsCrossed, Users, Utensils, Wine, Zap } from 'lucide-react';
|
||||
import { Award, Camera, CheckCircle, Heart, Home, Leaf, MapPin, Menu, Smile, Star, UtensilsCrossed, Users, Zap } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
tag="Award-Winning Cuisine"
|
||||
tagIcon={UtensilsCrossed}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "15+", label: "Years of Excellence" },
|
||||
{ value: "500+", label: "Happy Customers Daily" },
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-leather-armchairs-french-windows_140725-8445.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-leather-armchairs-french-windows_140725-8445.jpg"
|
||||
imageAlt="Epic Restaurant dining interior"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -123,7 +123,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "main-meals", badge: "Main Meals", badgeIcon={Utensils},
|
||||
id: "main-meals", badge: "Main Meals", badgeIcon={UtensilsCrossed},
|
||||
price: "Grilled • Fried • Baked", subtitle: "Premium protein dishes prepared to perfection", buttons: [
|
||||
{ text: "View Items", href: "#" }
|
||||
],
|
||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "burgers", badge: "Burgers", badgeIcon={Beef},
|
||||
id: "burgers", badge: "Burgers", badgeIcon={Heart},
|
||||
price: "Handcrafted • Fresh", subtitle: "Artisanal burgers made with premium beef", buttons: [
|
||||
{ text: "View Items", href: "#" }
|
||||
],
|
||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "sides", badge: "Fries & Sides", badgeIcon={Flame},
|
||||
id: "sides", badge: "Fries & Sides", badgeIcon={Zap},
|
||||
price: "Crispy • Golden • Fresh", subtitle: "Perfect accompaniments to your main dish", buttons: [
|
||||
{ text: "View Items", href: "#" }
|
||||
],
|
||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "drinks", badge: "Beverages", badgeIcon={Wine},
|
||||
id: "drinks", badge: "Beverages", badgeIcon={Leaf},
|
||||
price: "Cold • Hot • Refreshing", subtitle: "Quench your thirst with our drink selection", buttons: [
|
||||
{ text: "View Items", href: "#" }
|
||||
],
|
||||
@@ -176,7 +176,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "gallery-1", name: "Restaurant Interior", role: "Dining Ambiance", description: "Elegant atmosphere with warm lighting and comfortable seating", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-leather-armchairs-french-windows_140725-8445.jpg?_wi=2", imageAlt: "Restaurant interior dining area", socialLinks: []
|
||||
id: "gallery-1", name: "Restaurant Interior", role: "Dining Ambiance", description: "Elegant atmosphere with warm lighting and comfortable seating", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-leather-armchairs-french-windows_140725-8445.jpg", imageAlt: "Restaurant interior dining area", socialLinks: []
|
||||
},
|
||||
{
|
||||
id: "gallery-2", name: "Bar & Lounge", role: "Hospitality", description: "Premium bar area perfect for pre-dinner drinks", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiling-curly-woman-talking-by-phone_171337-16735.jpg", imageAlt: "Restaurant bar counter seating", socialLinks: []
|
||||
|
||||
Reference in New Issue
Block a user