Update src/app/page.tsx

This commit is contained in:
2026-05-09 23:03:41 +00:00
parent eb86e7fe59
commit 8af6058e31

View File

@@ -11,6 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
export default function LandingPage() {
return (
@@ -126,16 +127,17 @@ export default function LandingPage() {
</div>
<div id="gallery" data-section="gallery">
<MetricCardFourteen
useInvertedBackground={true}
title="Our Journey in Numbers"
tag="Since 2023"
metrics={[
{ id: "1", value: "10k+", description: "Gold Lattes Served" },
{ id: "2", value: "25+", description: "Artisan Dessert Recipes" },
{ id: "3", value: "5*", description: "Customer Satisfaction" },
]}
metricsAnimation="slide-up"
<MetricCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
title="Our Gallery"
description="Immerse yourself in the visual elegance and refined atmosphere of Dolcini Café."
metrics={[
{ id: "1", value: "Coffee", title: "Artisan Brews", items: ["Signature Gold Latte", "Chemex Drip", "Cold Brew Royal"] },
{ id: "2", value: "Dessert", title: "Patisserie Collection", items: ["Saffron Cheesecake", "Chocolate Truffle", "Pistachio Éclair"] },
{ id: "3", value: "Space", title: "Interior Vibe", items: ["Minimalist Design", "VIP Lounges", "Gold Accents"] }
]}
/>
</div>
@@ -143,12 +145,12 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Location"
title="Visit Us"
description="Located inside Homz Mall, Al-Dajeej, Kuwait. Open daily for a touch of luxury."
tag="Contact"
title="Connect With Us"
description="We would love to hear from you. Visit us in Al-Dajeej or drop us a message."
imageSrc="http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698382.jpg"
inputPlaceholder="Join our VIP list for event invites"
buttonText="Get Notified"
inputPlaceholder="Enter your email for updates"
buttonText="Sign Up"
/>
</div>
@@ -164,13 +166,13 @@ export default function LandingPage() {
],
},
{
title: "Explore", items: [
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Menu", href: "#menu" },
{ label: "Gallery", href: "#gallery" },
],
},
{
title: "Social", items: [
title: "Follow Us", items: [
{ label: "Instagram", href: "#" },
{ label: "Twitter", href: "#" },
],