From 2c9686a6a11111a3165f7852fa49e8d8f58a4acd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 09:34:33 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9df48af..2447e4d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -131,8 +131,8 @@ export default function AboutPage() { useInvertedBackground={true} tag="Our Philosophy" tagAnimation="opacity" - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg font-light opacity-85" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg font-light opacity-85" cardClassName="rounded-xl p-6 backdrop-blur-sm" itemClassName="flex items-start gap-3 py-2" /> @@ -202,8 +202,8 @@ export default function AboutPage() { imageAlt: "David Kim portrait", }, ]} - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg font-light opacity-85" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg font-light opacity-85" contentClassName="space-y-6" /> -- 2.49.1 From 4eec7f0679689477df91082e04032e683dc704ee Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 09:34:33 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3df70ac..4ad9083 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -164,9 +164,9 @@ export default function ContactPage() { content: "We accept cash and major credit cards. We also offer WhatsApp and online ordering for your convenience.", }, ]} - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg font-light opacity-85" - accordionClassName="space-y-3" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg font-light opacity-85" + faqsContainerClassName="space-y-3" /> -- 2.49.1 From 40333da3d777dba0a5a3bcc99b7016ef9cfcb58e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 09:34:34 +0000 Subject: [PATCH 3/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 0949f61..19f8cf1 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -137,8 +137,8 @@ export default function GalleryPage() { imageAlt: "Modern and elegant café interior design", }, ]} - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg font-light opacity-85" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg font-light opacity-85" cardClassName="rounded-xl overflow-hidden backdrop-blur-sm" gridClassName="gap-6" /> @@ -216,8 +216,8 @@ export default function GalleryPage() { imageAlt: "Creamy specialty latte with foam art", }, ]} - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg font-light opacity-85" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg font-light opacity-85" cardClassName="rounded-xl overflow-hidden backdrop-blur-sm" /> -- 2.49.1 From d18f1844173ce6db895efad414268ad7419ab396 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 09:34:34 +0000 Subject: [PATCH 4/5] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 41f52ea..b260cf4 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -186,8 +186,8 @@ export default function MenuPage() { imageAlt: "Mixed fruit smoothie", }, ]} - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg font-light opacity-85" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg font-light opacity-85" /> @@ -243,8 +243,8 @@ export default function MenuPage() { imageAlt: "Modern and elegant café interior", }, ]} - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg font-light opacity-85" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg font-light opacity-85" /> -- 2.49.1 From 06168ad19e2ea65d95ca1843c43aed5efb3f4e92 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 09:34:34 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd2696c..a72e8df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,8 +170,8 @@ export default function HomePage() { useInvertedBackground={false} tag="Café Experience" tagAnimation="opacity" - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg font-light opacity-85" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg font-light opacity-85" cardClassName="rounded-xl p-6 backdrop-blur-sm" itemClassName="flex items-start gap-3 py-2" /> @@ -219,8 +219,8 @@ export default function HomePage() { imageAlt: "Traditional Egyptian breakfast plate", }, ]} - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg font-light opacity-85" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg font-light opacity-85" cardClassName="rounded-xl overflow-hidden backdrop-blur-sm" gridClassName="gap-6" /> @@ -290,8 +290,8 @@ export default function HomePage() { imageAlt: "person portrait", }, ]} - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg font-light opacity-85" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg font-light opacity-85" contentClassName="space-y-6" /> @@ -357,9 +357,9 @@ export default function HomePage() { content: "Absolutely! Moltobello is family-friendly with a welcoming atmosphere for guests of all ages.", }, ]} - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg font-light opacity-85" - accordionClassName="space-y-3" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg font-light opacity-85" + faqsContainerClassName="space-y-3" /> -- 2.49.1