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