Merge version_2 into main #4
@@ -2,9 +2,9 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -232,23 +232,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
<ContactCenter
|
||||
tag="Connect"
|
||||
title="Elevate Your Workflow"
|
||||
description="Partner with an AI Automation Engineer to streamline your operations and drive efficiency."
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Let's Talk"
|
||||
title="Ready for your best cup?"
|
||||
description="Join our newsletter or get in touch for corporate wholesale."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttonText="Submit Inquiry"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-roasted-brown-coffee-beans_23-2148254977.jpg"
|
||||
<FooterBase
|
||||
logoText="Kopi Aloo"
|
||||
columns={[
|
||||
{
|
||||
@@ -260,17 +255,17 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Shop", items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "All Beans", href: "#products"},
|
||||
label: "Automation Strategy", href: "#"},
|
||||
{
|
||||
label: "Subscribe", href: "#"},
|
||||
label: "Implementation", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact", href: "#"},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQs", href: "#"},
|
||||
],
|
||||
@@ -281,4 +276,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user