Update src/app/page.tsx

This commit is contained in:
2026-03-07 11:58:59 +00:00
parent dcebe5df72
commit 14816ea36c

View File

@@ -11,21 +11,21 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Zap, Sparkles, ShoppingBag, Battery, Globe, Volume2, Award, Headphones, HelpCircle, Facebook, Twitter, Linkedin, Instagram } from "lucide-react";
import { Zap, Sparkles, ShoppingBag, Battery, Globe, Volume2, Award, Headphones, HelpCircle } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="compact"
sizing="mediumLargeSizeMediumTitles"
contentWidth="medium"
sizing="mediumSizeLargeTitles"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
@@ -246,11 +246,11 @@ export default function LandingPage() {
],
},
{
title: "Social", items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Instagram", href: "https://instagram.com" },
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
{ label: "Warranty", href: "#" },
],
},
]}