Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { CheckCircle, ChefHat, Heart, Knife, Sparkles, Star } from "lucide-react";
|
||||
import { CheckCircle, ChefHat, Heart, Sparkles, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Hero", id: "hero-section" },
|
||||
{ name: "About", id: "about-section" },
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
title: "Authentic Flavors", description: "Traditional Brazilian recipes passed down through generations, seasoned with aromatic herbs and spices.", icon: ChefHat
|
||||
},
|
||||
{
|
||||
title: "Expertly Crafted", description: "Our skilled artisans prepare each cut with precision, ensuring perfect doneness every time.", icon: Knife
|
||||
title: "Expertly Crafted", description: "Our skilled artisans prepare each cut with precision, ensuring perfect doneness every time.", icon: ChefHat
|
||||
},
|
||||
{
|
||||
title: "Cozy Atmosphere", description: "Warm, inviting ambiance designed for memorable dining experiences with family and friends.", icon: Heart
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="left"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
className="py-16 md:py-24"
|
||||
textBoxClassName="max-w-2xl"
|
||||
mediaWrapperClassName="rounded-xl overflow-hidden shadow-lg"
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "alcatra", name: "Alcatra", price: "$24.99", imageSrc: "https://img.b2bpic.net/free-photo/side-view-beef-steak-with-peppercorn-sauce-wooden-board_140725-11849.jpg", imageAlt: "Tender Alcatra steak", initialQuantity: 1
|
||||
}
|
||||
]
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -197,12 +197,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
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"
|
||||
@@ -228,7 +225,7 @@ export default function LandingPage() {
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us about your special occasion or dining preferences...", rows: 4
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-135319.jpg"
|
||||
imageAlt="Elegant dining room at Fogo de Chão with warm lighting and premium cuts of meat"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user