Update src/app/page.tsx
This commit is contained in:
@@ -7,13 +7,23 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte
|
|||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import { ArrowRight, Shield, Zap, Star, CheckCircle } from 'lucide-react';
|
import { ArrowRight, Shield, Zap, Star } from 'lucide-react';
|
||||||
import Link from 'next/link';
|
|
||||||
|
|
||||||
export default function Page() {
|
export default function Page() {
|
||||||
const navItems = [{ name: "Home", id: "/" }];
|
const navItems = [{ name: "Home", id: "/" }];
|
||||||
return (
|
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">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
@@ -27,6 +37,7 @@ export default function Page() {
|
|||||||
description="Transforming the digital landscape with cutting-edge technology and design excellence."
|
description="Transforming the digital landscape with cutting-edge technology and design excellence."
|
||||||
buttons={[{ text: "Learn More", href: "#services" }]}
|
buttons={[{ text: "Learn More", href: "#services" }]}
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
|
mediaAnimation="none"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="trust" data-section="trust">
|
<div id="trust" data-section="trust">
|
||||||
|
|||||||
Reference in New Issue
Block a user