Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user