Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-06 00:50:39 +00:00
2 changed files with 1393 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -79,7 +79,8 @@ export default function HomePage() {
<TextSplitAbout
title="Our Passion for Chocolate"
description={[
"Welcome to Dolce Chocolate Cafe, where we celebrate the art of fine chocolate and exquisite desserts. Every creation is crafted with meticulous attention to detail, using premium ingredients sourced from the finest suppliers.", "We believe that a perfect dessert is more than just taste—it's an experience that brings people together. Whether you're celebrating a special moment with loved ones or simply craving an escape into sweetness, our café is your sanctuary.", "Open daily from 5 PM, we invite you to discover why locals and visitors alike consider us Tripoli's premier destination for chocolate experiences. Come enjoy our cozy ambiance, Instagram-worthy treats, and unforgettable service."]}
"Dolce Chocolate Cafe celebrates the art of fine chocolate and exquisite desserts. Every creation is crafted with meticulous attention to detail, using premium ingredients sourced from the finest suppliers.", "Perfect for celebrating special moments or escaping into sweetness, our café offers cozy ambiance, Instagram-worthy treats, and unforgettable service. Open daily from 5 PMdiscover why Tripoli's locals and visitors choose us as their premier chocolate destination."
]}
buttons={[
{ text: "View Menu", href: "/menu" },
{ text: "Make a Reservation", href: "/contact" },
@@ -189,4 +190,4 @@ export default function HomePage() {
</footer>
</ThemeProvider>
);
}
}