Update src/app/page.tsx
This commit is contained in:
@@ -109,8 +109,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-16"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-lg opacity-85 mb-12"
|
||||
textBoxTitleClassName="text-4xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg opacity-85 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -131,8 +131,8 @@ export default function LandingPage() {
|
||||
{ id: "authentic", icon: Award, title: "Authentic Recipes", value: "Timeless" }
|
||||
]}
|
||||
containerClassName="py-16"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-lg opacity-85 mb-12"
|
||||
textBoxTitleClassName="text-4xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg opacity-85 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -174,8 +174,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-16"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-lg opacity-85 mb-12"
|
||||
textBoxTitleClassName="text-4xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg opacity-85 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user