diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2c8ed2a..a75a5ab 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FooterCard from '@/components/sections/footer/FooterCard';
-import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
+import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -30,69 +30,33 @@ export default function LandingPage() {
- window.location.href = "tel:+919999999999"},
{
- text: "Reserve Table",
- href: "#contact",
- },
- ]}
- mediaItems={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg?_wi=1",
- imageAlt: "Olala Bistro Interior",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg?_wi=2",
- imageAlt: "Olala Bistro Ambience",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg?_wi=3",
- imageAlt: "Olala Bistro Food",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg?_wi=4",
- imageAlt: "Olala Bistro Dessert",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg?_wi=5",
- imageAlt: "Olala Bistro Coffee",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg?_wi=6",
- imageAlt: "Olala Bistro Gathering",
- },
+ text: "Reserve Table", href: "#contact"},
]}
+ background={{
+ variant: "plain"}}
+ imageSrc="http://img.b2bpic.net/free-photo/young-couple-sitting-cafe-window_1303-19184.jpg?_wi=1"
+ imageAlt="Olala Bistro Interior"
+ frameStyle="card"
/>
@@ -104,47 +68,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Churros",
- price: "₹199",
- imageSrc: "http://img.b2bpic.net/free-photo/dipping-churros-cup-filled-with-melted-chocolate_23-2148379607.jpg?_wi=1",
- imageAlt: "Fresh Churros",
- },
+ id: "p1", name: "Churros", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/dipping-churros-cup-filled-with-melted-chocolate_23-2148379607.jpg?_wi=1", imageAlt: "Fresh Churros"},
{
- id: "p2",
- name: "Double Chocolate Brownie",
- price: "₹149",
- imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownie-cake-piece-pie-homemade-pastries-sweet-cooking_114579-578.jpg",
- imageAlt: "Rich Brownie",
- },
+ id: "p2", name: "Double Chocolate Brownie", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownie-cake-piece-pie-homemade-pastries-sweet-cooking_114579-578.jpg", imageAlt: "Rich Brownie"},
{
- id: "p3",
- name: "Cheese Kunafa",
- price: "₹249",
- imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-herbal-tea-bowls-chocolate-sliced-lime-chocolate-cream-colorful-candies-blue-cup-herbal-tea-two-cupcakes-with-cream-black-table_140725-111279.jpg?_wi=1",
- imageAlt: "Warm Cheese Kunafa",
- },
+ id: "p3", name: "Cheese Kunafa", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-herbal-tea-bowls-chocolate-sliced-lime-chocolate-cream-colorful-candies-blue-cup-herbal-tea-two-cupcakes-with-cream-black-table_140725-111279.jpg?_wi=1", imageAlt: "Warm Cheese Kunafa"},
{
- id: "p4",
- name: "Paneer Tikka Fusion Wrap",
- price: "₹189",
- imageSrc: "http://img.b2bpic.net/free-photo/main-course-restaurant_7939-2359.jpg",
- imageAlt: "Fusion Paneer Wrap",
- },
+ id: "p4", name: "Paneer Tikka Fusion Wrap", price: "₹189", imageSrc: "http://img.b2bpic.net/free-photo/main-course-restaurant_7939-2359.jpg", imageAlt: "Fusion Paneer Wrap"},
{
- id: "p5",
- name: "Signature Cold Coffee",
- price: "₹129",
- imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-herbal-tea-bowls-chocolate-sliced-lime-chocolate-cream-colorful-candies-blue-cup-herbal-tea-two-cupcakes-with-cream-black-table_140725-111279.jpg?_wi=2",
- imageAlt: "Iced Coffee",
- },
+ id: "p5", name: "Signature Cold Coffee", price: "₹129", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-herbal-tea-bowls-chocolate-sliced-lime-chocolate-cream-colorful-candies-blue-cup-herbal-tea-two-cupcakes-with-cream-black-table_140725-111279.jpg?_wi=2", imageAlt: "Iced Coffee"},
{
- id: "p6",
- name: "Iced Peach Tea",
- price: "₹99",
- imageSrc: "http://img.b2bpic.net/free-photo/dipping-churros-cup-filled-with-melted-chocolate_23-2148379607.jpg?_wi=2",
- imageAlt: "Refreshing Peach Tea",
- },
+ id: "p6", name: "Iced Peach Tea", price: "₹99", imageSrc: "http://img.b2bpic.net/free-photo/dipping-churros-cup-filled-with-melted-chocolate_23-2148379607.jpg?_wi=2", imageAlt: "Refreshing Peach Tea"},
]}
title="Menu Highlights"
description="Hand-picked favorites from our signature fusion menu."
@@ -171,12 +105,7 @@ export default function LandingPage() {
title="Trusted by Local Foodies"
description="Join our community of happy customers in Karimnagar."
names={[
- "Karimnagar Foodies",
- "Local Bites",
- "Fusion Lovers",
- "Dessert Squad",
- "Daily Treats",
- ]}
+ "Karimnagar Foodies", "Local Bites", "Fusion Lovers", "Dessert Squad", "Daily Treats"]}
tag="Community"
tagIcon={Heart}
/>
@@ -186,18 +115,13 @@ export default function LandingPage() {
@@ -209,14 +133,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
- href: "https://instagram.com",
- ariaLabel: "Instagram",
- },
+ href: "https://instagram.com", ariaLabel: "Instagram"},
{
icon: MapPin,
- href: "https://maps.google.com",
- ariaLabel: "Google Maps",
- },
+ href: "https://maps.google.com", ariaLabel: "Google Maps"},
]}
/>