Merge version_2 into main #4
@@ -7,10 +7,9 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { ShoppingBag, Truck, Utensils, MessageCircle, Instagram, Facebook, Twitter, MapPin, Phone } from "lucide-react";
|
||||
import { MessageCircle, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -88,8 +87,26 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ bentoComponent: "media-stack", title: "Our Kitchen", description: "See how we prepare your meals.", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/green-salad-lettuce-corns-bell-peppers-parsley-side-view_140725-11265.jpg" }] },
|
||||
{ bentoComponent: "media-stack", title: "Our Dining", description: "Experience our atmosphere.", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-grey-floor-soup-meal-food-meat-seasoning-spicy_140725-80760.jpg" }] }
|
||||
{
|
||||
bentoComponent: "media-stack",
|
||||
title: "Our Kitchen",
|
||||
description: "See how we prepare your meals.",
|
||||
items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/green-salad-lettuce-corns-bell-peppers-parsley-side-view_140725-11265.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-grey-floor-soup-meal-food-meat-seasoning-spicy_140725-80760.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stick-kebab-finely-cooked-served-with-orange-sauce_114579-1722.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
bentoComponent: "media-stack",
|
||||
title: "Our Dining",
|
||||
description: "Experience our atmosphere.",
|
||||
items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-barbecue-outdoors_23-2148733608.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-meeting-restaurant_23-2148395335.jpg" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Video Showcase"
|
||||
description="Highlights of our restaurant."
|
||||
|
||||
Reference in New Issue
Block a user