Merge version_1 into main #2
@@ -2,10 +2,10 @@
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Utensils, Users, Star, MapPin } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
@@ -88,41 +88,17 @@ export default function AboutPage() {
|
||||
<TestimonialCardSixteen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Food Enthusiast",
|
||||
company: "Regular Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait smiling",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar", role: "Food Enthusiast", company: "Regular Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "happy customer portrait smiling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
role: "Business Owner",
|
||||
company: "Corporate Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=2",
|
||||
imageAlt: "business woman professional portrait",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", role: "Business Owner", company: "Corporate Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg", imageAlt: "business woman professional portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Patel",
|
||||
role: "Family",
|
||||
company: "Weekend Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg?_wi=2",
|
||||
imageAlt: "young man portrait smiling professional",
|
||||
},
|
||||
id: "3", name: "Amit Patel", role: "Family", company: "Weekend Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg", imageAlt: "young man portrait smiling professional"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Neha Gupta",
|
||||
role: "College Student",
|
||||
company: "Loyal Patron",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-white_181624-25676.jpg?_wi=2",
|
||||
imageAlt: "young woman smiling professional photo",
|
||||
},
|
||||
id: "4", name: "Neha Gupta", role: "College Student", company: "Loyal Patron", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-white_181624-25676.jpg", imageAlt: "young woman smiling professional photo"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "2000+", label: "Happy Customers" },
|
||||
@@ -139,8 +115,8 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={footerColumns}
|
||||
logoText="Big Daddy's Delight"
|
||||
columns={footerColumns}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { MessageSquare } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
@@ -77,7 +77,8 @@ export default function ContactPage() {
|
||||
description="Book a table at Big Daddy's Delight or sign up for updates about our latest offers and specials."
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-manager-girl-changing-sign-from-closed-open-sign-door-cafe-looking-outside-waiting-clients-after-lockdown_7861-3174.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-manager-girl-changing-sign-from-closed-open-sign-door-cafe-looking-outside-waiting-clients-after-lockdown_7861-3174.jpg"
|
||||
imageAlt="restaurant exterior storefront"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
@@ -88,8 +89,8 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={footerColumns}
|
||||
logoText="Big Daddy's Delight"
|
||||
columns={footerColumns}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
|
||||
export default function GalleryPage() {
|
||||
const navItems = [
|
||||
@@ -48,47 +48,17 @@ export default function GalleryPage() {
|
||||
|
||||
const galleryProducts = [
|
||||
{
|
||||
id: "gallery-burger",
|
||||
name: "Juicy Burgers",
|
||||
price: "Chef's Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=2",
|
||||
imageAlt: "assorted burgers food photography",
|
||||
},
|
||||
id: "gallery-burger", name: "Juicy Burgers", price: "Chef's Special", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg", imageAlt: "assorted burgers food photography"},
|
||||
{
|
||||
id: "gallery-biryani",
|
||||
name: "Fragrant Biryani",
|
||||
price: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg?_wi=2",
|
||||
imageAlt: "biryani rice dish elegant plating",
|
||||
},
|
||||
id: "gallery-biryani", name: "Fragrant Biryani", price: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg", imageAlt: "biryani rice dish elegant plating"},
|
||||
{
|
||||
id: "gallery-drinks",
|
||||
name: "Refreshing Drinks",
|
||||
price: "Beverages",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-drinks_23-2149132218.jpg?_wi=2",
|
||||
imageAlt: "beverage selection drinks display",
|
||||
},
|
||||
id: "gallery-drinks", name: "Refreshing Drinks", price: "Beverages", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-drinks_23-2149132218.jpg", imageAlt: "beverage selection drinks display"},
|
||||
{
|
||||
id: "gallery-interior",
|
||||
name: "Cozy Interior",
|
||||
price: "Dining Ambiance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg?_wi=2",
|
||||
imageAlt: "modern restaurant interior design",
|
||||
},
|
||||
id: "gallery-interior", name: "Cozy Interior", price: "Dining Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg", imageAlt: "modern restaurant interior design"},
|
||||
{
|
||||
id: "gallery-seating",
|
||||
name: "Comfortable Seating",
|
||||
price: "Experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-four-adults-baby-celebrating-new-year-together-kitchen-round-table_132075-6536.jpg?_wi=2",
|
||||
imageAlt: "restaurant seating comfortable chairs",
|
||||
},
|
||||
id: "gallery-seating", name: "Comfortable Seating", price: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-four-adults-baby-celebrating-new-year-together-kitchen-round-table_132075-6536.jpg", imageAlt: "restaurant seating comfortable chairs"},
|
||||
{
|
||||
id: "gallery-platter",
|
||||
name: "Special Platters",
|
||||
price: "Family Pack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plates-with-fresh-rolls_23-2148482435.jpg?_wi=2",
|
||||
imageAlt: "family platter food sharing board",
|
||||
},
|
||||
id: "gallery-platter", name: "Special Platters", price: "Family Pack", imageSrc: "http://img.b2bpic.net/free-photo/plates-with-fresh-rolls_23-2148482435.jpg", imageAlt: "family platter food sharing board"},
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -129,8 +99,8 @@ export default function GalleryPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={footerColumns}
|
||||
logoText="Big Daddy's Delight"
|
||||
columns={footerColumns}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -2,19 +2,19 @@
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { MessageSquare } from "lucide-react";
|
||||
|
||||
export default function MenuPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Gallery", id: "/" },
|
||||
{ name: "About", id: "/" },
|
||||
{ name: "Contact", id: "/" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -22,13 +22,13 @@ export default function MenuPage() {
|
||||
items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Gallery", href: "/" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Contact", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Order Online", href: "#" },
|
||||
],
|
||||
},
|
||||
@@ -80,47 +80,17 @@ export default function MenuPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "burger",
|
||||
name: "Burger",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg?_wi=2",
|
||||
imageAlt: "burger menu item professional photo",
|
||||
},
|
||||
id: "burger", name: "Burger", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg", imageAlt: "burger menu item professional photo"},
|
||||
{
|
||||
id: "cheese-burger",
|
||||
name: "Cheese Burger",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melted-cheese-copy-space_23-2149342863.jpg?_wi=2",
|
||||
imageAlt: "cheese burger melted cheese juicy patty",
|
||||
},
|
||||
id: "cheese-burger", name: "Cheese Burger", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melted-cheese-copy-space_23-2149342863.jpg", imageAlt: "cheese burger melted cheese juicy patty"},
|
||||
{
|
||||
id: "veg-sandwich",
|
||||
name: "Veg Sandwich",
|
||||
price: "₹100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-delicious-sandwich_23-2148454751.jpg?_wi=2",
|
||||
imageAlt: "vegetable sandwich fresh vegetables",
|
||||
},
|
||||
id: "veg-sandwich", name: "Veg Sandwich", price: "₹100", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-delicious-sandwich_23-2148454751.jpg", imageAlt: "vegetable sandwich fresh vegetables"},
|
||||
{
|
||||
id: "chicken-sandwich",
|
||||
name: "Chicken Sandwich",
|
||||
price: "₹140",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-french-fries_1339-1406.jpg?_wi=2",
|
||||
imageAlt: "chicken sandwich grilled chicken bread",
|
||||
},
|
||||
id: "chicken-sandwich", name: "Chicken Sandwich", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-french-fries_1339-1406.jpg", imageAlt: "chicken sandwich grilled chicken bread"},
|
||||
{
|
||||
id: "french-fries",
|
||||
name: "French Fries",
|
||||
price: "₹80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-crispy-potato-sticks-stone_114579-87947.jpg?_wi=2",
|
||||
imageAlt: "crispy french fries golden brown",
|
||||
},
|
||||
id: "french-fries", name: "French Fries", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-crispy-potato-sticks-stone_114579-87947.jpg", imageAlt: "crispy french fries golden brown"},
|
||||
{
|
||||
id: "biryani-chicken",
|
||||
name: "Chicken Biryani",
|
||||
price: "₹180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-dishes-spices-composition_23-2147894730.jpg?_wi=2",
|
||||
imageAlt: "chicken biryani Indian rice meal",
|
||||
},
|
||||
id: "biryani-chicken", name: "Chicken Biryani", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/rice-dishes-spices-composition_23-2147894730.jpg", imageAlt: "chicken biryani Indian rice meal"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -138,47 +108,17 @@ export default function MenuPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "gallery-burger",
|
||||
name: "Juicy Burgers",
|
||||
price: "Chef's Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=1",
|
||||
imageAlt: "assorted burgers food photography",
|
||||
},
|
||||
id: "gallery-burger", name: "Juicy Burgers", price: "Chef's Special", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg", imageAlt: "assorted burgers food photography"},
|
||||
{
|
||||
id: "gallery-biryani",
|
||||
name: "Fragrant Biryani",
|
||||
price: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg?_wi=1",
|
||||
imageAlt: "biryani rice dish elegant plating",
|
||||
},
|
||||
id: "gallery-biryani", name: "Fragrant Biryani", price: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg", imageAlt: "biryani rice dish elegant plating"},
|
||||
{
|
||||
id: "gallery-drinks",
|
||||
name: "Refreshing Drinks",
|
||||
price: "Beverages",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-drinks_23-2149132218.jpg?_wi=1",
|
||||
imageAlt: "beverage selection drinks display",
|
||||
},
|
||||
id: "gallery-drinks", name: "Refreshing Drinks", price: "Beverages", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-drinks_23-2149132218.jpg", imageAlt: "beverage selection drinks display"},
|
||||
{
|
||||
id: "gallery-interior",
|
||||
name: "Cozy Interior",
|
||||
price: "Dining Ambiance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg?_wi=1",
|
||||
imageAlt: "modern restaurant interior design",
|
||||
},
|
||||
id: "gallery-interior", name: "Cozy Interior", price: "Dining Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg", imageAlt: "modern restaurant interior design"},
|
||||
{
|
||||
id: "gallery-seating",
|
||||
name: "Comfortable Seating",
|
||||
price: "Experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-four-adults-baby-celebrating-new-year-together-kitchen-round-table_132075-6536.jpg?_wi=1",
|
||||
imageAlt: "restaurant seating comfortable chairs",
|
||||
},
|
||||
id: "gallery-seating", name: "Comfortable Seating", price: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-four-adults-baby-celebrating-new-year-together-kitchen-round-table_132075-6536.jpg", imageAlt: "restaurant seating comfortable chairs"},
|
||||
{
|
||||
id: "gallery-platter",
|
||||
name: "Special Platters",
|
||||
price: "Family Pack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plates-with-fresh-rolls_23-2148482435.jpg?_wi=1",
|
||||
imageAlt: "family platter food sharing board",
|
||||
},
|
||||
id: "gallery-platter", name: "Special Platters", price: "Family Pack", imageSrc: "http://img.b2bpic.net/free-photo/plates-with-fresh-rolls_23-2148482435.jpg", imageAlt: "family platter food sharing board"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -196,7 +136,7 @@ export default function MenuPage() {
|
||||
description="Book a table at Big Daddy's Delight or sign up for updates about our latest offers and specials."
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-manager-girl-changing-sign-from-closed-open-sign-door-cafe-looking-outside-waiting-clients-after-lockdown_7861-3174.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-manager-girl-changing-sign-from-closed-open-sign-door-cafe-looking-outside-waiting-clients-after-lockdown_7861-3174.jpg"
|
||||
imageAlt="restaurant exterior storefront"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
122
src/app/page.tsx
122
src/app/page.tsx
@@ -2,22 +2,22 @@
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Utensils, Users, Star, MapPin, MessageSquare } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Gallery", id: "/" },
|
||||
{ name: "About", id: "/" },
|
||||
{ name: "Contact", id: "/" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -25,13 +25,13 @@ export default function HomePage() {
|
||||
items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Gallery", href: "/" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Contact", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Order Online", href: "#" },
|
||||
],
|
||||
},
|
||||
@@ -82,17 +82,11 @@ export default function HomePage() {
|
||||
description="Delicious Food, Great Taste, Perfect Place to Eat. Experience authentic flavors and premium dining atmosphere."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tasty-sandwich-tomatoes-with-stem-knife-dark-mix-color-surface-with-free-space_179666-42279.jpg",
|
||||
alt: "Delicious burger",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tasty-sandwich-tomatoes-with-stem-knife-dark-mix-color-surface-with-free-space_179666-42279.jpg", alt: "Delicious burger"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-composition_23-2148821519.jpg",
|
||||
alt: "Authentic biryani",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-composition_23-2148821519.jpg", alt: "Authentic biryani"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gin-fizz-cocktail-with-lime-wooden-table_123827-36114.jpg",
|
||||
alt: "Refreshing drinks",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/gin-fizz-cocktail-with-lime-wooden-table_123827-36114.jpg", alt: "Refreshing drinks"},
|
||||
]}
|
||||
avatarText="Trusted by 2000+ Happy Customers"
|
||||
buttons={[
|
||||
@@ -127,47 +121,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "burger",
|
||||
name: "Burger",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg?_wi=1",
|
||||
imageAlt: "burger menu item professional photo",
|
||||
},
|
||||
id: "burger", name: "Burger", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg", imageAlt: "burger menu item professional photo"},
|
||||
{
|
||||
id: "cheese-burger",
|
||||
name: "Cheese Burger",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melted-cheese-copy-space_23-2149342863.jpg?_wi=1",
|
||||
imageAlt: "cheese burger melted cheese juicy patty",
|
||||
},
|
||||
id: "cheese-burger", name: "Cheese Burger", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melted-cheese-copy-space_23-2149342863.jpg", imageAlt: "cheese burger melted cheese juicy patty"},
|
||||
{
|
||||
id: "veg-sandwich",
|
||||
name: "Veg Sandwich",
|
||||
price: "₹100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-delicious-sandwich_23-2148454751.jpg?_wi=1",
|
||||
imageAlt: "vegetable sandwich fresh vegetables",
|
||||
},
|
||||
id: "veg-sandwich", name: "Veg Sandwich", price: "₹100", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-delicious-sandwich_23-2148454751.jpg", imageAlt: "vegetable sandwich fresh vegetables"},
|
||||
{
|
||||
id: "chicken-sandwich",
|
||||
name: "Chicken Sandwich",
|
||||
price: "₹140",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-french-fries_1339-1406.jpg?_wi=1",
|
||||
imageAlt: "chicken sandwich grilled chicken bread",
|
||||
},
|
||||
id: "chicken-sandwich", name: "Chicken Sandwich", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-french-fries_1339-1406.jpg", imageAlt: "chicken sandwich grilled chicken bread"},
|
||||
{
|
||||
id: "french-fries",
|
||||
name: "French Fries",
|
||||
price: "₹80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-crispy-potato-sticks-stone_114579-87947.jpg?_wi=1",
|
||||
imageAlt: "crispy french fries golden brown",
|
||||
},
|
||||
id: "french-fries", name: "French Fries", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-crispy-potato-sticks-stone_114579-87947.jpg", imageAlt: "crispy french fries golden brown"},
|
||||
{
|
||||
id: "biryani-chicken",
|
||||
name: "Chicken Biryani",
|
||||
price: "₹180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-dishes-spices-composition_23-2147894730.jpg?_wi=1",
|
||||
imageAlt: "chicken biryani Indian rice meal",
|
||||
},
|
||||
id: "biryani-chicken", name: "Chicken Biryani", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/rice-dishes-spices-composition_23-2147894730.jpg", imageAlt: "chicken biryani Indian rice meal"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -183,41 +147,17 @@ export default function HomePage() {
|
||||
description="Join thousands of satisfied customers who love Big Daddy's Delight"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Food Enthusiast",
|
||||
company: "Regular Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1",
|
||||
imageAlt: "happy customer portrait smiling",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar", role: "Food Enthusiast", company: "Regular Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "happy customer portrait smiling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
role: "Business Owner",
|
||||
company: "Corporate Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=1",
|
||||
imageAlt: "business woman professional portrait",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", role: "Business Owner", company: "Corporate Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg", imageAlt: "business woman professional portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Patel",
|
||||
role: "Family",
|
||||
company: "Weekend Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg?_wi=1",
|
||||
imageAlt: "young man portrait smiling professional",
|
||||
},
|
||||
id: "3", name: "Amit Patel", role: "Family", company: "Weekend Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg", imageAlt: "young man portrait smiling professional"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Neha Gupta",
|
||||
role: "College Student",
|
||||
company: "Loyal Patron",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-white_181624-25676.jpg?_wi=1",
|
||||
imageAlt: "young woman smiling professional photo",
|
||||
},
|
||||
id: "4", name: "Neha Gupta", role: "College Student", company: "Loyal Patron", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-white_181624-25676.jpg", imageAlt: "young woman smiling professional photo"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "2000+", label: "Happy Customers" },
|
||||
@@ -239,7 +179,7 @@ export default function HomePage() {
|
||||
description="Book a table at Big Daddy's Delight or sign up for updates about our latest offers and specials."
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-manager-girl-changing-sign-from-closed-open-sign-door-cafe-looking-outside-waiting-clients-after-lockdown_7861-3174.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-manager-girl-changing-sign-from-closed-open-sign-door-cafe-looking-outside-waiting-clients-after-lockdown_7861-3174.jpg"
|
||||
imageAlt="restaurant exterior storefront"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user