Merge version_1 into main #17

Merged
bender merged 1 commits from version_1 into main 2026-04-01 07:47:59 +00:00

View File

@@ -8,7 +8,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { ArrowRight, Mail } from 'lucide-react';
import { Mail } from 'lucide-react';
export default function Page() {
const navItems = [
@@ -16,7 +16,7 @@ export default function Page() {
];
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">
<NavbarStyleCentered navItems={navItems} />
</div>
@@ -33,6 +33,7 @@ export default function Page() {
description="We focus on delivering high-impact results through cutting-edge technology and clean, scalable code."
metrics={[{ value: "10+", title: "Years Experience" }, { value: "500+", title: "Projects Delivered" }]}
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="menu" data-section="menu">
@@ -42,6 +43,7 @@ export default function Page() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "1", brand: "Web", name: "Custom App", price: "$99", rating: 5, reviewCount: "10", imageSrc: "https://images.unsplash.com/photo-1555066931-4365d14bab8c" },
{ id: "2", brand: "Web", name: "Design System", price: "$199", rating: 5, reviewCount: "20", imageSrc: "https://images.unsplash.com/photo-1581291518857-4e27b48ff24e" },
@@ -54,6 +56,7 @@ export default function Page() {
title="Client Success"
description="See how we empower businesses to scale and succeed."
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Jane Doe", date: "2024", title: "CEO", quote: "Exceptional work, delivered on time and exceeded expectations.", tag: "Top", avatarSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330" },
{ id: "2", name: "John Smith", date: "2024", title: "CTO", quote: "A truly professional experience from start to finish.", tag: "Expert", avatarSrc: "https://images.unsplash.com/photo-1535713875002-d1d0cf377fde" }
@@ -68,6 +71,7 @@ export default function Page() {
ctaButton={{ text: "Get in touch", href: "mailto:hello@webild.com" }}
ctaIcon={Mail}
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">