Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { ChefHat, Star, Award, Zap } from 'lucide-react';
|
||||
import { ChefHat, Star, Award } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -104,6 +104,7 @@ export default function LandingPage() {
|
||||
avatarsAnimation="slide-up"
|
||||
avatars={[{ src: "https://avatar.iran.liara.run/public/1", alt: "Guest" }]
|
||||
}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,6 +113,8 @@ export default function LandingPage() {
|
||||
title="Culinary Standards"
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
description=""
|
||||
metrics={[
|
||||
{ id: "m1", icon: ChefHat, title: "Courses Delivered", value: "1,500+" },
|
||||
{ id: "m2", icon: Award, title: "Satisfied Clients", value: "99%" },
|
||||
@@ -129,6 +132,7 @@ export default function LandingPage() {
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Answers to common inquiries regarding our private chef services."
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -138,6 +142,7 @@ export default function LandingPage() {
|
||||
title="Begin Your Culinary Journey"
|
||||
description="Book a consultation with our executive chef to start crafting your unique menu today."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user