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 ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -126,16 +127,17 @@ export default function LandingPage() {
</div> </div>
<div id="gallery" data-section="gallery"> <div id="gallery" data-section="gallery">
<MetricCardFourteen <MetricCardSeven
useInvertedBackground={true} animationType="slide-up"
title="Our Journey in Numbers" textboxLayout="default"
tag="Since 2023" useInvertedBackground={true}
metrics={[ title="Our Gallery"
{ id: "1", value: "10k+", description: "Gold Lattes Served" }, description="Immerse yourself in the visual elegance and refined atmosphere of Dolcini Café."
{ id: "2", value: "25+", description: "Artisan Dessert Recipes" }, metrics={[
{ id: "3", value: "5*", description: "Customer Satisfaction" }, { 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"] },
metricsAnimation="slide-up" { id: "3", value: "Space", title: "Interior Vibe", items: ["Minimalist Design", "VIP Lounges", "Gold Accents"] }
]}
/> />
</div> </div>
@@ -143,12 +145,12 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Location" tag="Contact"
title="Visit Us" title="Connect With Us"
description="Located inside Homz Mall, Al-Dajeej, Kuwait. Open daily for a touch of luxury." 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" imageSrc="http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698382.jpg"
inputPlaceholder="Join our VIP list for event invites" inputPlaceholder="Enter your email for updates"
buttonText="Get Notified" buttonText="Sign Up"
/> />
</div> </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: "Menu", href: "#menu" },
{ label: "Gallery", href: "#gallery" },
], ],
}, },
{ {
title: "Social", items: [ title: "Follow Us", items: [
{ label: "Instagram", href: "#" }, { label: "Instagram", href: "#" },
{ label: "Twitter", href: "#" }, { label: "Twitter", href: "#" },
], ],