Merge version_2 into main #4
@@ -3,6 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroSplit from "@/components/sections/hero/HeroSplit";
|
||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
@@ -55,7 +56,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
<HeroBillboardCarousel
|
||||
title="Experience Culinary Excellence"
|
||||
description="Daawat Restaurant brings authentic flavors and premium dining to Farrukhabad. Indulge in our meticulously crafted dishes prepared with traditional spices and modern culinary techniques."
|
||||
tag="Premium Dining"
|
||||
@@ -66,23 +67,15 @@ export default function LandingPage() {
|
||||
{ text: "Order Online", href: "#features" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg"
|
||||
imageAlt="Luxury restaurant dining ambiance"
|
||||
mediaAnimation="opacity"
|
||||
imagePosition="right"
|
||||
fixedMediaHeight={true}
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
avatars={[
|
||||
mediaItems={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg", alt: "Customer 1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg", imageAlt: "Luxury restaurant dining ambiance"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg", alt: "Customer 2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-round-table-light-part-restaurant_8353-9919.jpg", imageAlt: "Elegant dining setup"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg", alt: "Customer 4"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720766.jpg", imageAlt: "Chef preparing signature dish"},
|
||||
]}
|
||||
avatarText="4.5 ⭐ from 165 reviews"
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -305,4 +298,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user