Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-07 11:01:37 +00:00
2 changed files with 65 additions and 255 deletions

View File

@@ -20,8 +20,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Services", href: "/services" },
{ label: "Products", href: "/products" },
@@ -29,8 +28,7 @@ export default function ContactPage() {
],
},
{
title: "Solutions",
items: [
title: "Solutions", items: [
{ label: "Web Development", href: "/services" },
{ label: "Mobile Apps", href: "/services" },
{ label: "Cloud Services", href: "/services" },
@@ -38,8 +36,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Email: connect@codesniffs.com", href: "mailto:connect@codesniffs.com" },
{ label: "Phone: +91 91676 20778", href: "tel:+919167620778" },
{ label: "Mumbai, India", href: "#" },
@@ -70,9 +67,7 @@ export default function ContactPage() {
id: item.id,
}))}
button={{
text: "Start Project",
href: "/contact",
}}
text: "Start Project", href: "/contact"}}
/>
</div>
@@ -86,31 +81,22 @@ export default function ContactPage() {
tagAnimation="slide-up"
buttons={[
{
text: "Schedule Call",
href: "#",
},
text: "Schedule Call", href: "#"},
{
text: "Send Message",
href: "#",
},
text: "Send Message", href: "#"},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-web-development-workspace-s-1772881146240-2fb6b6ed.png?_wi=3",
imageAlt: "Professional Web Development Workspace",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-web-development-workspace-s-1772881146240-2fb6b6ed.png", imageAlt: "Professional Web Development Workspace"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/development-team-working-on-code-impleme-1772881146228-ee1ef7db.png?_wi=3",
imageAlt: "Development Team Collaboration",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/development-team-working-on-code-impleme-1772881146228-ee1ef7db.png", imageAlt: "Development Team Collaboration"},
]}
mediaAnimation="blur-reveal"
rating={5}
ratingText="Ready to Help"
background={{
variant: "aurora",
}}
variant: "plain"}}
/>
</div>
@@ -124,26 +110,11 @@ export default function ContactPage() {
tagAnimation="slide-up"
features={[
{
id: "01",
title: "Email Us",
description: "Send us a detailed message about your project and requirements. We'll respond within 24 hours.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/technical-support-team-providing-custome-1772881145456-37e89ce7.png?_wi=2",
imageAlt: "Email Support",
},
id: "01", title: "Email Us", description: "Send us a detailed message about your project and requirements. We'll respond within 24 hours.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/technical-support-team-providing-custome-1772881145456-37e89ce7.png", imageAlt: "Email Support"},
{
id: "02",
title: "Schedule a Call",
description: "Book a consultation call with our team. We'll discuss your project scope and provide a custom quote.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/business-consultation-meeting-showing-st-1772881146105-e7763d39.png?_wi=3",
imageAlt: "Schedule Meeting",
},
id: "02", title: "Schedule a Call", description: "Book a consultation call with our team. We'll discuss your project scope and provide a custom quote.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/business-consultation-meeting-showing-st-1772881146105-e7763d39.png", imageAlt: "Schedule Meeting"},
{
id: "03",
title: "Phone Call",
description: "Call us directly on +91 91676 20778 to discuss your project needs immediately with our team.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-portrait-photograph-of-a-co-1772881145274-12e7a02d.png?_wi=4",
imageAlt: "Phone Support",
},
id: "03", title: "Phone Call", description: "Call us directly on +91 91676 20778 to discuss your project needs immediately with our team.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-portrait-photograph-of-a-co-1772881145274-12e7a02d.png", imageAlt: "Phone Support"},
]}
textboxLayout="default"
animationType="slide-up"

View File

@@ -23,8 +23,7 @@ const navItems = [
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Services", href: "/services" },
{ label: "Products", href: "/products" },
@@ -32,8 +31,7 @@ const footerColumns = [
],
},
{
title: "Solutions",
items: [
title: "Solutions", items: [
{ label: "Web Development", href: "/services" },
{ label: "Mobile Apps", href: "/services" },
{ label: "Cloud Services", href: "/services" },
@@ -41,8 +39,7 @@ const footerColumns = [
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Email: connect@codesniffs.com", href: "mailto:connect@codesniffs.com" },
{ label: "Phone: +91 91676 20778", href: "tel:+919167620778" },
{ label: "Mumbai, India", href: "#" },
@@ -73,9 +70,7 @@ export default function HomePage() {
id: item.id,
}))}
button={{
text: "Start Project",
href: "/contact",
}}
text: "Start Project", href: "/contact"}}
/>
</div>
@@ -88,31 +83,22 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[
{
text: "Start Project",
href: "/contact",
},
text: "Start Project", href: "/contact"},
{
text: "View Services",
href: "/services",
},
text: "View Services", href: "/services"},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/modern-software-development-dashboard-in-1772881146832-c38c4fb4.png?_wi=1",
imageAlt: "Software Development Dashboard",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/modern-software-development-dashboard-in-1772881146832-c38c4fb4.png", imageAlt: "Software Development Dashboard"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-developer-workspace-showing-1772881145511-1086675a.png?_wi=1",
imageAlt: "Professional Development Environment",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-developer-workspace-showing-1772881145511-1086675a.png", imageAlt: "Professional Development Environment"},
]}
mediaAnimation="blur-reveal"
rating={5}
ratingText="Trusted by 250+ Projects"
background={{
variant: "aurora",
}}
variant: "plain"}}
/>
</div>
@@ -122,24 +108,16 @@ export default function HomePage() {
metrics={[
{
icon: CheckCircle,
label: "Completed Projects",
value: "250+",
},
label: "Completed Projects", value: "250+"},
{
icon: Star,
label: "Client Satisfaction",
value: "98%",
},
label: "Client Satisfaction", value: "98%"},
{
icon: Users,
label: "Engineering Team",
value: "50+",
},
label: "Engineering Team", value: "50+"},
{
icon: Globe,
label: "Based in Mumbai",
value: "India",
},
label: "Based in Mumbai", value: "India"},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -155,33 +133,13 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
id: "01",
title: "Web Development",
description: "Custom web applications and responsive websites built with modern technologies for optimal performance.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-web-development-workspace-s-1772881146240-2fb6b6ed.png?_wi=1",
imageAlt: "Web Development Services",
},
id: "01", title: "Web Development", description: "Custom web applications and responsive websites built with modern technologies for optimal performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-web-development-workspace-s-1772881146240-2fb6b6ed.png", imageAlt: "Web Development Services"},
{
id: "02",
title: "Mobile App Development",
description: "Native and cross-platform mobile applications for iOS and Android with exceptional user experience.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/mobile-app-development-interface-showing-1772881146088-1847b2f6.png?_wi=1",
imageAlt: "Mobile App Development",
},
id: "02", title: "Mobile App Development", description: "Native and cross-platform mobile applications for iOS and Android with exceptional user experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/mobile-app-development-interface-showing-1772881146088-1847b2f6.png", imageAlt: "Mobile App Development"},
{
id: "03",
title: "Cloud Solutions",
description: "Scalable cloud infrastructure and services for secure, reliable, and cost-effective operations.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/cloud-infrastructure-visualization-with--1772881145860-51526f1c.png?_wi=1",
imageAlt: "Cloud Solutions Services",
},
id: "03", title: "Cloud Solutions", description: "Scalable cloud infrastructure and services for secure, reliable, and cost-effective operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/cloud-infrastructure-visualization-with--1772881145860-51526f1c.png", imageAlt: "Cloud Solutions Services"},
{
id: "04",
title: "E-commerce Solutions",
description: "Complete e-commerce platforms with payment gateways, inventory management, and analytics.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/e-commerce-platform-interface-showing-pr-1772881147877-b050d391.png",
imageAlt: "E-commerce Solutions",
},
id: "04", title: "E-commerce Solutions", description: "Complete e-commerce platforms with payment gateways, inventory management, and analytics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/e-commerce-platform-interface-showing-pr-1772881147877-b050d391.png", imageAlt: "E-commerce Solutions"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -199,47 +157,17 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "1",
name: "E-commerce Website Template",
price: "₹25,000",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/beautiful-e-commerce-website-template-sh-1772881147161-e4e3be9f.png?_wi=1",
imageAlt: "E-commerce Template",
},
id: "1", name: "E-commerce Website Template", price: "₹25,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/beautiful-e-commerce-website-template-sh-1772881147161-e4e3be9f.png", imageAlt: "E-commerce Template"},
{
id: "2",
name: "Restaurant Management System",
price: "₹20,000",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/restaurant-management-system-dashboard-s-1772881146965-fe0d37e9.png?_wi=1",
imageAlt: "Restaurant Management System",
},
id: "2", name: "Restaurant Management System", price: "₹20,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/restaurant-management-system-dashboard-s-1772881146965-fe0d37e9.png", imageAlt: "Restaurant Management System"},
{
id: "3",
name: "Hotel Booking System",
price: "₹28,000",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/hotel-booking-system-interface-showing-r-1772881146124-0e38bfeb.png?_wi=1",
imageAlt: "Hotel Booking System",
},
id: "3", name: "Hotel Booking System", price: "₹28,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/hotel-booking-system-interface-showing-r-1772881146124-0e38bfeb.png", imageAlt: "Hotel Booking System"},
{
id: "4",
name: "Gym Management System",
price: "₹22,000",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/gym-management-system-dashboard-showing--1772881146792-a9c8e2bc.png?_wi=1",
imageAlt: "Gym Management System",
},
id: "4", name: "Gym Management System", price: "₹22,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/gym-management-system-dashboard-showing--1772881146792-a9c8e2bc.png", imageAlt: "Gym Management System"},
{
id: "5",
name: "School Management System",
price: "₹35,000",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/school-management-system-dashboard-showi-1772881146774-042cc105.png?_wi=1",
imageAlt: "School Management System",
},
id: "5", name: "School Management System", price: "₹35,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/school-management-system-dashboard-showi-1772881146774-042cc105.png", imageAlt: "School Management System"},
{
id: "6",
name: "CRM System",
price: "₹30,000",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/customer-relationship-management-system--1772881146893-d8fb9bbb.png?_wi=1",
imageAlt: "CRM System",
},
id: "6", name: "CRM System", price: "₹30,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/customer-relationship-management-system--1772881146893-d8fb9bbb.png", imageAlt: "CRM System"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -257,107 +185,48 @@ export default function HomePage() {
tagAnimation="slide-up"
plans={[
{
id: "static",
badge: "Starter",
badgeIcon: Zap,
price: "₹5,000",
subtitle: "Perfect for simple web presence",
buttons: [
id: "static", badge: "Starter", badgeIcon: Zap,
price: "₹5,000", subtitle: "Perfect for simple web presence", buttons: [
{
text: "Get Quote",
href: "/contact",
},
text: "Get Quote", href: "/contact"},
],
features: [
"1 Page Website",
"Responsive Design",
"Basic SEO",
"Contact Form",
"Mobile Optimized",
],
"1 Page Website", "Responsive Design", "Basic SEO", "Contact Form", "Mobile Optimized"],
},
{
id: "business",
badge: "Popular",
badgeIcon: Star,
price: "₹15,000",
subtitle: "Ideal for small businesses",
buttons: [
id: "business", badge: "Popular", badgeIcon: Star,
price: "₹15,000", subtitle: "Ideal for small businesses", buttons: [
{
text: "Get Quote",
href: "/contact",
},
text: "Get Quote", href: "/contact"},
],
features: [
"2-4 Pages",
"Contact Form",
"Admin Panel",
"Responsive Design",
"SEO Optimization",
"Analytics Setup",
],
"2-4 Pages", "Contact Form", "Admin Panel", "Responsive Design", "SEO Optimization", "Analytics Setup"],
},
{
id: "dynamic",
badge: "Professional",
badgeIcon: Sparkles,
price: "₹20,000",
subtitle: "For dynamic content management",
buttons: [
id: "dynamic", badge: "Professional", badgeIcon: Sparkles,
price: "₹20,000", subtitle: "For dynamic content management", buttons: [
{
text: "Get Quote",
href: "/contact",
},
text: "Get Quote", href: "/contact"},
],
features: [
"CMS Platform",
"Admin Dashboard",
"Payment Gateway",
"Multiple Pages",
"Email Integration",
"SEO Ready",
],
"CMS Platform", "Admin Dashboard", "Payment Gateway", "Multiple Pages", "Email Integration", "SEO Ready"],
},
{
id: "enterprise",
badge: "Enterprise",
price: "₹50,000",
subtitle: "Complete business solution",
buttons: [
id: "enterprise", badge: "Enterprise", price: "₹50,000", subtitle: "Complete business solution", buttons: [
{
text: "Get Quote",
href: "/contact",
},
text: "Get Quote", href: "/contact"},
],
features: [
"5+ Pages",
"Advanced Admin Panel",
"Multi-user System",
"API Integration",
"Custom Features",
"Premium Support",
],
"5+ Pages", "Advanced Admin Panel", "Multi-user System", "API Integration", "Custom Features", "Premium Support"],
},
{
id: "ecommerce",
badge: "E-Commerce",
badgeIcon: ShoppingCart,
price: "₹80,000",
subtitle: "Full e-commerce platform",
buttons: [
id: "ecommerce", badge: "E-Commerce", badgeIcon: ShoppingCart,
price: "₹80,000", subtitle: "Full e-commerce platform", buttons: [
{
text: "Get Quote",
href: "/contact",
},
text: "Get Quote", href: "/contact"},
],
features: [
"Product Management",
"Payment Gateway",
"Inventory System",
"Order Tracking",
"Customer Portal",
"Analytics Dashboard",
],
"Product Management", "Payment Gateway", "Inventory System", "Order Tracking", "Customer Portal", "Analytics Dashboard"],
},
]}
textboxLayout="default"
@@ -375,55 +244,25 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Rajesh Kumar",
role: "CEO",
company: "TechFlow Solutions",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-portrait-photograph-of-a-co-1772881145274-12e7a02d.png?_wi=1",
imageAlt: "Rajesh Kumar",
},
id: "1", name: "Rajesh Kumar", role: "CEO", company: "TechFlow Solutions", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-portrait-photograph-of-a-co-1772881145274-12e7a02d.png", imageAlt: "Rajesh Kumar"},
{
id: "2",
name: "Priya Sharma",
role: "Founder",
company: "Digital Innovations Ltd",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-portrait-photograph-of-a-co-1772881144961-0bd0dd2c.png?_wi=1",
imageAlt: "Priya Sharma",
},
id: "2", name: "Priya Sharma", role: "Founder", company: "Digital Innovations Ltd", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-portrait-photograph-of-a-co-1772881144961-0bd0dd2c.png", imageAlt: "Priya Sharma"},
{
id: "3",
name: "Amit Patel",
role: "Operations Manager",
company: "E-Commerce Hub",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-portrait-photograph-of-a-ma-1772881145220-281dfd92.png?_wi=1",
imageAlt: "Amit Patel",
},
id: "3", name: "Amit Patel", role: "Operations Manager", company: "E-Commerce Hub", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-portrait-photograph-of-a-ma-1772881145220-281dfd92.png", imageAlt: "Amit Patel"},
{
id: "4",
name: "Neha Verma",
role: "Business Head",
company: "StartUp Ventures",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-portrait-photograph-of-a-fe-1772881146562-40a0127f.png",
imageAlt: "Neha Verma",
},
id: "4", name: "Neha Verma", role: "Business Head", company: "StartUp Ventures", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac9KYusPGO1ATYFX67WtPqJV0Y/professional-portrait-photograph-of-a-fe-1772881146562-40a0127f.png", imageAlt: "Neha Verma"},
]}
kpiItems={[
{
value: "250+",
label: "Projects Delivered",
},
value: "250+", label: "Projects Delivered"},
{
value: "98%",
label: "Satisfaction Rate",
},
value: "98%", label: "Satisfaction Rate"},
{
value: "5+",
label: "Years in Industry",
},
value: "5+", label: "Years in Industry"},
]}
animationType="slide-up"
textboxLayout="default"