Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-05-10 07:36:00 +00:00

View File

@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -45,32 +45,17 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-animated"}}
title="Taste the Soul of Mughlai in Bhubaneswar"
titleClassName="font-extrabold tracking-tight"
<HeroLogoBillboard
background={{ variant: "rotated-rays-animated" }}
logoText="The Aromas"
description="Loved by thousands, The Aromas blends authentic Mughlai flavors with multicuisine favorites. Dine in, drive through, or order online—premium taste, every time."
buttons={[
{
text: "Order Online Now", href: "#products"},
{
text: "Reserve a Table", href: "tel:+919999999999"},
]}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973720.jpg", imageAlt: "Luxurious Mughlai dining experience"},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-sliced-pepper-seasonings-grey-background-soup-meal-food-meat-seasonings-spicy_140725-80765.jpg", imageAlt: "Authentic Mughlai feast"},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "Fine restaurant ambiance"},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-banana-blackthorn-almond-flax-oatmeal-crispbreads-with-glass-milk-tray-banana-walnut-smoothie-with-ingredients-around-making-breakfast_141793-130786.jpg", imageAlt: "Delicious signature biryani"},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-cook-wearing-black-uniform-cook-hat-holding-pan-ladle-smiling-confident-standing-pink-background_141793-54241.jpg", imageAlt: "Expertly prepared cuisine"},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404302.jpg", imageAlt: "Elegant table setting"},
{ text: "Order Online Now", href: "#products" },
{ text: "Reserve a Table", href: "tel:+919999999999" }
]}
imageSrc="http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973720.jpg"
imageAlt="Luxurious Mughlai dining experience"
frameStyle="card"
/>
</div>
@@ -180,8 +165,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain"}}
background={{ variant: "plain" }}
tag="Visit Us"
title="Taste the Soul Today"
description="Located near ITER College Road, Jagamara. Visit us today for an unforgettable Mughlai experience."
@@ -229,4 +213,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}