Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-12 23:17:30 +00:00

View File

@@ -26,21 +26,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="DOCLCINI"
/>
@@ -50,11 +42,10 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="We are located in Al-Dajeej"
description="Connect with our café team today."
description="Connect with our café team today at 7X77+2HP Homz Mall, Street -79, Al-Dajeej 85000."
/>
</div>
@@ -67,19 +58,9 @@ export default function LandingPage() {
description="We are available for private events and catering."
metrics={[
{
id: "c1",
value: "24/7",
title: "Support",
description: "Always here to help",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-laptop-cosy-coffee-shop_23-2147989647.jpg",
},
id: "c1", value: "24/7", title: "Support", description: "Always here to help", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-laptop-cosy-coffee-shop_23-2147989647.jpg"},
{
id: "c2",
value: "10 min",
title: "Response",
description: "Swift booking process",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-talking-phone_158595-1007.jpg",
},
id: "c2", value: "10 min", title: "Response", description: "Swift booking process", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-talking-phone_158595-1007.jpg"},
]}
/>
</div>
@@ -88,16 +69,12 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="DOCLCINI"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}