Merge version_11 into main #16
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import { Phone } from "lucide-react";
|
||||
|
||||
export default function ServicesPage() {
|
||||
@@ -36,12 +36,13 @@ export default function ServicesPage() {
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="about">
|
||||
<TextAbout
|
||||
<SplitAbout
|
||||
tag="Our Services"
|
||||
title="Catering Capabilities"
|
||||
description="From corporate lunches to family gatherings, we bring the authentic Molisana Bakery experience to your event. We specialize in custom party trays featuring our signature sandwiches, hot table classics, and house-made pastries."
|
||||
className="py-32"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
<div className="max-w-4xl mx-auto px-6 pb-20">
|
||||
<div className="bg-card p-8 rounded-2xl border flex items-center gap-6">
|
||||
|
||||
Reference in New Issue
Block a user