Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #16.
This commit is contained in:
@@ -8,13 +8,23 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
|||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import { ArrowRight, Star, Shield, Zap } from 'lucide-react';
|
|
||||||
|
|
||||||
const navItems = [{ name: 'Home', id: '/' }, { name: 'About', id: '/about' }, { name: 'Contact', id: '/contact' }];
|
const navItems = [{ name: 'Home', id: '/' }, { name: 'About', id: '/about' }, { name: 'Contact', id: '/contact' }];
|
||||||
|
|
||||||
export default function Page() {
|
export default function Page() {
|
||||||
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">
|
||||||
<NavbarStyleCentered navItems={navItems} brandName="Webild" />
|
<NavbarStyleCentered navItems={navItems} brandName="Webild" />
|
||||||
</div>
|
</div>
|
||||||
@@ -45,6 +55,7 @@ export default function Page() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
features={[
|
features={[
|
||||||
{ title: 'Fast', description: 'Built for speed', imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=400' },
|
{ title: 'Fast', description: 'Built for speed', imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=400' },
|
||||||
{ title: 'Secure', description: 'Enterprise grade', imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=400' }
|
{ title: 'Secure', description: 'Enterprise grade', imageSrc: 'https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=400' }
|
||||||
|
|||||||
Reference in New Issue
Block a user