Merge version_1 into main #7
@@ -9,13 +9,24 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Shield, ArrowRight, Star, Zap, CheckCircle } from 'lucide-react';
|
||||
import { Zap } from 'lucide-react';
|
||||
|
||||
export default function Page() {
|
||||
const navItems = [{ name: "Home", id: "/" }];
|
||||
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen navItems={navItems} />
|
||||
</div>
|
||||
@@ -45,7 +56,7 @@ export default function Page() {
|
||||
title: "Fast",
|
||||
description: "Optimized performance.",
|
||||
icon: Zap,
|
||||
mediaItems: [{ imageSrc: "/placeholder.jpg" }, { imageSrc: "/placeholder.jpg" }]
|
||||
mediaItems: [{ imageSrc: "/placeholder.jpg" }, { imageSrc: "/placeholder.jpg" }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user