Merge version_1 into main #1
@@ -13,6 +13,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Award, LayoutDashboard, Lock, MessageSquare, Scan, Shield, Shuffle, Sparkles, TrendingUp } from "lucide-react";
|
||||
import { Poppins } from 'next/font/google';
|
||||
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins", subsets: ["latin"],
|
||||
@@ -81,7 +82,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={false}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
@@ -236,7 +236,6 @@ export default function LandingPage() {
|
||||
{ items: [{ label: "Collection", href: "#products" }, { label: "Insights", href: "#metrics" }, { label: "Testimonials", href: "#testimonials" }] },
|
||||
{ items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }] }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user