|
|
|
@@ -2,12 +2,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
|
|
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function ContactPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<ThemeProvider
|
|
|
|
<ThemeProvider
|
|
|
|
defaultButtonVariant="expand-hover"
|
|
|
|
defaultButtonVariant="expand-hover"
|
|
|
|
@@ -25,53 +24,31 @@ export default function LandingPage() {
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<NavbarStyleCentered
|
|
|
|
<NavbarStyleCentered
|
|
|
|
navItems={[
|
|
|
|
navItems={[
|
|
|
|
{
|
|
|
|
{ name: "Home", id: "/" },
|
|
|
|
name: "Home", id: "/"},
|
|
|
|
{ name: "Shop", id: "/shop" },
|
|
|
|
{
|
|
|
|
{ name: "About", id: "/about" },
|
|
|
|
name: "Shop", id: "/shop"},
|
|
|
|
{ name: "Contact", id: "/contact" },
|
|
|
|
{
|
|
|
|
|
|
|
|
name: "About", id: "/about"},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: "Contact", id: "/contact"},
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
brandName="DOCLCINI"
|
|
|
|
brandName="DOCLCINI"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact-info" data-section="contact-info">
|
|
|
|
<div id="contact-info" data-section="contact-info">
|
|
|
|
<ContactCenter
|
|
|
|
<ContactSplit
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
background={{
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
variant: "plain"}}
|
|
|
|
|
|
|
|
tag="Visit Us"
|
|
|
|
tag="Visit Us"
|
|
|
|
title="We are located in Al-Dajeej"
|
|
|
|
title="DOCLCINI CAFE"
|
|
|
|
description="Connect with our café team today at 7X77+2HP Homz Mall, Street -79, Al-Dajeej 85000."
|
|
|
|
description="7X77+2HP Homz Mall, Street -79, Al-Dajeej 85000. Our cafe offers a luxury environment for your coffee and pastry experience. We take pride in our artisan blends and hand-crafted sweets. Customer satisfaction is our top priority, and we invite you to experience the finest hospitality in Kuwait."
|
|
|
|
/>
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/stylish-businesswoman-with-laptop-cosy-coffee-shop_23-2147989647.jpg"
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="metric" data-section="metric">
|
|
|
|
|
|
|
|
<MetricCardEleven
|
|
|
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
title="Connect With Us"
|
|
|
|
|
|
|
|
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: "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>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterLogoReveal
|
|
|
|
<FooterLogoReveal
|
|
|
|
logoText="DOCLCINI"
|
|
|
|
logoText="DOCLCINI"
|
|
|
|
leftLink={{
|
|
|
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
|
|
|
text: "Privacy Policy", href: "#"}}
|
|
|
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
|
|
|
rightLink={{
|
|
|
|
|
|
|
|
text: "Terms of Service", href: "#"}}
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
|