diff --git a/src/app/page.tsx b/src/app/page.tsx index 82ad78c..e974edb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,16 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import FeatureBento from '@/components/sections/feature/FeatureBento'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Coffee, Flame } from 'lucide-react'; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; +import ProductCardOne from "@/components/sections/product/ProductCardOne"; +import FeatureBento from "@/components/sections/feature/FeatureBento"; +import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; +import { Coffee, Flame } from "lucide-react"; export default function LandingPage() { const navItems = [ @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Reserve a Table", href: "contact" } ]} background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg" imageAlt="Luxury café interior with warm lighting and elegant ambiance" mediaAnimation="blur-reveal" frameStyle="card" @@ -183,7 +183,7 @@ export default function LandingPage() { id: "6", title: "What payment methods do you accept?", content: "We accept cash, credit cards, debit cards, and digital payment methods including JazzCash and EasyPaisa for your convenience." } ]} - imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg" imageAlt="Café D' Momento seating area" mediaAnimation="blur-reveal" mediaPosition="left"