Update src/app/page.tsx
This commit is contained in:
@@ -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
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Our Journey in Numbers"
|
title="Our Gallery"
|
||||||
tag="Since 2023"
|
description="Immerse yourself in the visual elegance and refined atmosphere of Dolcini Café."
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "1", value: "10k+", description: "Gold Lattes Served" },
|
{ id: "1", value: "Coffee", title: "Artisan Brews", items: ["Signature Gold Latte", "Chemex Drip", "Cold Brew Royal"] },
|
||||||
{ id: "2", value: "25+", description: "Artisan Dessert Recipes" },
|
{ id: "2", value: "Dessert", title: "Patisserie Collection", items: ["Saffron Cheesecake", "Chocolate Truffle", "Pistachio Éclair"] },
|
||||||
{ id: "3", value: "5*", description: "Customer Satisfaction" },
|
{ id: "3", value: "Space", title: "Interior Vibe", items: ["Minimalist Design", "VIP Lounges", "Gold Accents"] }
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</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: "#" },
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user