Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-28 10:29:16 +00:00

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
export default function LandingPage() {
return (
@@ -26,21 +26,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "Custom Cakes",
id: "/custom-cake",
},
name: "Custom Cakes", id: "/custom-cake"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/gelato-business-logo-vector-cute-doodle-style_53876-128299.jpg"
logoAlt="5th Avenue Bakers Logo"
@@ -55,23 +47,17 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Reach Out to 5th Avenue Bakers",
},
type: "text", content: "Reach Out to 5th Avenue Bakers"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/rustic-homemade-baked-bread-wooden-table-generated-by-ai_188544-18121.jpg", alt: "Warm bakery interior with happy staff"}
]}
buttons={[
{
text: "Call Now",
href: "tel:+917097016270",
},
text: "Call Now", href: "tel:+917097016270"},
{
text: "Order on WhatsApp",
href: "https://wa.me/917097016270",
},
text: "Order on WhatsApp", href: "https://wa.me/917097016270"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/rustic-homemade-baked-bread-wooden-table-generated-by-ai_188544-18121.jpg"
imageAlt="Warm bakery interior with happy staff"
/>
</div>
@@ -79,24 +65,17 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="We're Here for You"
title="Your Local Bakery & Café"
description="Located in the heart of Sainikpuri, we're always ready to serve you. Reach us by phone, WhatsApp, or visit us directly to experience our delightful offerings."
buttons={[
{
text: "Get Directions",
href: "https://www.google.com/maps/dir/?api=1&destination=5th+Avenue+Bakers+Sainikpuri",
},
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=5th+Avenue+Bakers+Sainikpuri"},
{
text: "Call Now",
href: "tel:+917097016270",
},
text: "Call Now", href: "tel:+917097016270"},
{
text: "WhatsApp Us",
href: "https://wa.me/917097016270",
},
text: "WhatsApp Us", href: "https://wa.me/917097016270"},
]}
buttonAnimation="slide-up"
/>
@@ -107,71 +86,43 @@ export default function LandingPage() {
logoText="5th Avenue Bakers"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Our Story",
href: "/about#story",
},
label: "Our Story", href: "/about#story"},
{
label: "Careers",
href: "/careers",
},
label: "Careers", href: "/careers"},
],
},
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "All Menu Items",
href: "/menu",
},
label: "All Menu Items", href: "/menu"},
{
label: "Cakes",
href: "/menu#cakes",
},
label: "Cakes", href: "/menu#cakes"},
{
label: "Burgers & Sandwiches",
href: "/menu#fastfood",
},
label: "Burgers & Sandwiches", href: "/menu#fastfood"},
{
label: "Beverages",
href: "/menu#drinks",
},
label: "Beverages", href: "/menu#drinks"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "FAQs",
href: "/faq",
},
label: "FAQs", href: "/faq"},
{
label: "Order on WhatsApp",
href: "https://wa.me/917097016270",
},
label: "Order on WhatsApp", href: "https://wa.me/917097016270"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "/privacy",
},
label: "Privacy Policy", href: "/privacy"},
{
label: "Terms of Service",
href: "/terms",
},
label: "Terms of Service", href: "/terms"},
],
},
]}