Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -103,9 +103,6 @@ export default function LandingPage() {
|
||||
imagePosition="left"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
className="py-16 md:py-24"
|
||||
textBoxClassName="max-w-2xl"
|
||||
mediaWrapperClassName="rounded-xl overflow-hidden shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -199,14 +196,6 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Customer testimonials and reviews section"
|
||||
gridClassName="gap-6 md:gap-8"
|
||||
textBoxClassName="bg-white/80 backdrop-blur-sm rounded-xl p-6 shadow-lg hover:shadow-xl transition-shadow duration-300"
|
||||
textBoxTitleClassName="text-xl font-bold text-gray-800 mb-2"
|
||||
textBoxDescriptionClassName="text-gray-600 mb-4"
|
||||
ratingClassName="flex items-center space-x-1 text-amber-500 mb-2"
|
||||
nameClassName="font-semibold text-gray-800"
|
||||
roleClassName="text-sm text-gray-500"
|
||||
companyClassName="text-xs text-gray-400 italic"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -235,16 +224,6 @@ export default function LandingPage() {
|
||||
mediaPosition="left"
|
||||
buttonText="Send Reservation Request"
|
||||
ariaLabel="Contact section for making reservations at Fogo de Chão"
|
||||
className="py-16"
|
||||
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"
|
||||
contentClassName="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center"
|
||||
formCardClassName="bg-white rounded-xl shadow-lg p-8"
|
||||
titleClassName="text-3xl md:text-4xl font-bold text-gray-900 mb-4"
|
||||
descriptionClassName="text-lg text-gray-600 mb-6"
|
||||
buttonClassName="bg-pink-600 hover:bg-pink-700 text-white font-semibold py-3 px-6 rounded-lg transition duration-300 ease-in-out transform hover:scale-105"
|
||||
buttonTextClassName="text-base"
|
||||
mediaWrapperClassName="relative overflow-hidden rounded-xl shadow-lg"
|
||||
mediaClassName="w-full h-full object-cover"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user