5 Commits

Author SHA1 Message Date
02275376bc Update src/app/page.tsx 2026-03-09 14:58:52 +00:00
301e98e93d Merge version_5 into main
Merge version_5 into main
2026-03-09 14:55:11 +00:00
4224f692d9 Update src/app/page.tsx 2026-03-09 14:55:07 +00:00
02617364b8 Merge version_5 into main
Merge version_5 into main
2026-03-09 14:54:21 +00:00
b320054e8f Update src/app/page.tsx 2026-03-09 14:54:16 +00:00

View File

@@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
import SplitAbout from "@/components/sections/about/SplitAbout"; import SplitAbout from "@/components/sections/about/SplitAbout";
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import TeamCardOne from "@/components/sections/team/TeamCardOne";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import TeamCardSix from "@/components/sections/team/TeamCardSix"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import FaqDouble from "@/components/sections/faq/FaqDouble"; import FaqDouble from "@/components/sections/faq/FaqDouble";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import Link from "next/link"; import Link from "next/link";
import { Sparkles, Award, Users, Palette, TrendingUp, Zap, Code, Briefcase, DollarSign, Quote, HelpCircle, Mail } from "lucide-react"; import { Sparkles, Award, Users, Palette, TrendingUp, Zap, Code, Briefcase, DollarSign, Quote, HelpCircle, Mail, ArrowRight } from "lucide-react";
export default function HomePage() { export default function HomePage() {
const navItems = [ const navItems = [
@@ -24,24 +24,21 @@ export default function HomePage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "#about" }, { label: "About", href: "#about" },
{ label: "Services", href: "#services" }, { label: "Services", href: "#services" },
{ label: "Team", href: "#team" }, { label: "Team", href: "#team" },
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Web Design", href: "#services" }, { label: "Web Design", href: "#services" },
{ label: "Development", href: "#services" }, { label: "Development", href: "#services" },
{ label: "E-Commerce", href: "#services" }, { label: "E-Commerce", href: "#services" },
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
@@ -84,19 +81,13 @@ export default function HomePage() {
mediaItems={[ mediaItems={[
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-modern-website-design-mockup-displayed-1773066056354-03358e6e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-modern-website-design-mockup-displayed-1773066056354-03358e6e.png", imageAlt: "Modern website design mockup"},
imageAlt: "Modern website design mockup",
},
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-creative-web-design-workspace-showing--1773066054704-554d4ce4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-creative-web-design-workspace-showing--1773066054704-554d4ce4.png", imageAlt: "Web design creative workspace"},
imageAlt: "Web design creative workspace",
},
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-close-up-of-a-designer-s-hands-working-1773066054328-6e3df7fe.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-close-up-of-a-designer-s-hands-working-1773066054328-6e3df7fe.png", imageAlt: "Designer sketching website wireframe"},
imageAlt: "Designer sketching website wireframe",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -114,28 +105,20 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
bulletPoints={[ bulletPoints={[
{ {
title: "Expert Team", title: "Expert Team", description:
description: "Seasoned designers and developers with proven track record in delivering exceptional digital solutions", icon: Users,
"Seasoned designers and developers with proven track record in delivering exceptional digital solutions",
icon: Users,
}, },
{ {
title: "Custom Solutions", title: "Custom Solutions", description:
description: "Tailored strategies and designs that align perfectly with your business goals and vision", icon: Palette,
"Tailored strategies and designs that align perfectly with your business goals and vision",
icon: Palette,
}, },
{ {
title: "Results Driven", title: "Results Driven", description:
description: "We focus on measurable outcomes that directly impact your business growth and user engagement", icon: TrendingUp,
"We focus on measurable outcomes that directly impact your business growth and user engagement",
icon: TrendingUp,
}, },
{ {
title: "Future Ready", title: "Future Ready", description:
description: "Built with the latest technologies and best practices to ensure long-term success and scalability", icon: Zap,
"Built with the latest technologies and best practices to ensure long-term success and scalability",
icon: Zap,
}, },
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-team-of-professional-web-designers-and-1773066055284-997e5a14.png?_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-team-of-professional-web-designers-and-1773066055284-997e5a14.png?_wi=1"
@@ -146,38 +129,25 @@ export default function HomePage() {
/> />
</div> </div>
{/* Services Section - Features */} {/* Services Section - Simplified */}
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardTwentyThree <FeatureCardTwentySix
features={[ features={[
{ {
id: "1", title: "Web Design & Development", description: "Beautiful, responsive websites built with modern technologies", imageSrc:
title: "Web Design & Development", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-detailed-website-design-showcase-with--1773066060695-6c2a5fc7.png?_wi=1", imageAlt: "Responsive web design", buttonIcon: ArrowRight,
tags: ["Design", "Development"],
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-detailed-website-design-showcase-with--1773066060695-6c2a5fc7.png?_wi=1",
imageAlt: "Responsive web design across devices",
}, },
{ {
id: "2", title: "Custom Web Applications", description: "Powerful web apps tailored to your business needs", imageSrc:
title: "Custom Web Applications", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-development-environment-showing-code-e-1773066054582-d831ab91.png?_wi=1", imageAlt: "Web application development", buttonIcon: ArrowRight,
tags: ["Development", "Technology"],
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-development-environment-showing-code-e-1773066054582-d831ab91.png?_wi=1",
imageAlt: "Web application development",
}, },
{ {
id: "3", title: "E-Commerce Solutions", description: "Secure, scalable online stores that convert", imageSrc:
title: "E-Commerce Solutions", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/an-e-commerce-website-interface-showing--1773066056119-a40687ff.png?_wi=1", imageAlt: "E-commerce platform", buttonIcon: ArrowRight,
tags: ["E-Commerce", "Growth"],
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/an-e-commerce-website-interface-showing--1773066056119-a40687ff.png?_wi=1",
imageAlt: "E-commerce website interface",
}, },
]} ]}
animationType="slide-up"
title="Our Services" title="Our Services"
description="Comprehensive web solutions designed to elevate your brand and drive business growth. From concept to launch, we deliver excellence." description="Comprehensive web solutions designed to elevate your brand and drive business growth."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
tag="What We Do" tag="What We Do"
@@ -187,48 +157,27 @@ export default function HomePage() {
/> />
</div> </div>
{/* Portfolio Section */} {/* Portfolio Section - Simplified */}
<div id="portfolio" data-section="portfolio"> <div id="portfolio" data-section="portfolio">
<ProductCardTwo <ProductCardTwo
products={[ products={[
{ {
id: "1", id: "1", brand: "TechFlow", name: "SaaS Platform Redesign", price: "250% ROI", rating: 5,
brand: "TechFlow", reviewCount: "12.5k", imageSrc:
name: "SaaS Platform Redesign", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-beautiful-saas-product-website-featuri-1773066057990-e6268b5f.png", imageAlt: "SaaS platform design"},
price: "250% ROI",
rating: 5,
reviewCount: "12.5k",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-beautiful-saas-product-website-featuri-1773066057990-e6268b5f.png",
imageAlt: "SaaS platform design",
},
{ {
id: "2", id: "2", brand: "CreativeStudio", name: "Agency Portfolio Website", price: "85% Lead Increase", rating: 5,
brand: "CreativeStudio", reviewCount: "9.3k", imageSrc:
name: "Agency Portfolio Website", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-vibrant-creative-agency-portfolio-webs-1773066057583-053d5b84.png", imageAlt: "Creative agency portfolio"},
price: "85% Lead Increase",
rating: 5,
reviewCount: "9.3k",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-vibrant-creative-agency-portfolio-webs-1773066057583-053d5b84.png",
imageAlt: "Creative agency portfolio",
},
{ {
id: "3", id: "3", brand: "MobileFirst", name: "Mobile App Interface", price: "100k+ Downloads", rating: 5,
brand: "MobileFirst", reviewCount: "8.7k", imageSrc:
name: "Mobile App Interface", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-mobile-app-interface-design-showcase-w-1773066054569-f5a23715.png", imageAlt: "Mobile app interface design"},
price: "100k+ Downloads",
rating: 5,
reviewCount: "8.7k",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-mobile-app-interface-design-showcase-w-1773066054569-f5a23715.png",
imageAlt: "Mobile app interface design",
},
]} ]}
gridVariant="bento-grid" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
title="Our Portfolio" title="Our Portfolio"
description="Showcase of successful projects we've completed for leading brands and innovative startups across various industries." description="Showcase of successful projects we've completed for leading brands and innovative startups."
tag="Case Studies" tag="Case Studies"
tagIcon={Briefcase} tagIcon={Briefcase}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -237,42 +186,22 @@ export default function HomePage() {
/> />
</div> </div>
{/* Team Section */} {/* Team Section - Simplified */}
<div id="team" data-section="team"> <div id="team" data-section="team">
<TeamCardSix <TeamCardOne
members={[ members={[
{ {
id: "1", id: "1", name: "Sarah Johnson", role: "Creative Director", imageSrc:
name: "Sarah Johnson", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-business-exec-1773066053582-febb25b8.png?_wi=1", imageAlt: "Sarah Johnson, Creative Director"},
role: "Creative Director",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-business-exec-1773066053582-febb25b8.png?_wi=1",
imageAlt: "Sarah Johnson, Creative Director",
},
{ {
id: "2", id: "2", name: "Emma Davis", role: "Lead Designer", imageSrc:
name: "Emma Davis", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-female-busine-1773066056573-0f87730a.png?_wi=1", imageAlt: "Emma Davis, Lead Designer"},
role: "Lead Designer",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-female-busine-1773066056573-0f87730a.png?_wi=1",
imageAlt: "Emma Davis, Lead Designer",
},
{ {
id: "3", id: "3", name: "Michael Chen", role: "Senior Developer", imageSrc:
name: "Michael Chen", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-male-entrepre-1773066056595-b810c72a.png?_wi=1", imageAlt: "Michael Chen, Senior Developer"},
role: "Senior Developer",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-male-entrepre-1773066056595-b810c72a.png?_wi=1",
imageAlt: "Michael Chen, Senior Developer",
},
{ {
id: "4", id: "4", name: "Alex Rivera", role: "UX Strategist", imageSrc:
name: "Alex Rivera", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-creative-prof-1773066053221-cbcf15c9.png?_wi=1", imageAlt: "Alex Rivera, UX Strategist"},
role: "UX Strategist",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-creative-prof-1773066053221-cbcf15c9.png?_wi=1",
imageAlt: "Alex Rivera, UX Strategist",
},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
@@ -291,71 +220,35 @@ export default function HomePage() {
<TestimonialCardThirteen <TestimonialCardThirteen
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "James Wilson", handle: "@jameswilson", testimonial:
name: "James Wilson", "Seregin Digital completely transformed our online presence. Their team delivered a beautiful, high-performing website that exceeded our expectations. Highly recommended!", rating: 5,
handle: "@jameswilson",
testimonial:
"Seregin Digital completely transformed our online presence. Their team delivered a beautiful, high-performing website that exceeded our expectations. Highly recommended!",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-business-exec-1773066053582-febb25b8.png?_wi=2", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-business-exec-1773066053582-febb25b8.png?_wi=2", imageAlt: "James Wilson"},
imageAlt: "James Wilson",
},
{ {
id: "2", id: "2", name: "Lisa Anderson", handle: "@lisaanderson", testimonial:
name: "Lisa Anderson", "Working with Seregin was a game-changer for our business. They understood our vision and created a website that truly represents our brand. Great attention to detail!", rating: 5,
handle: "@lisaanderson",
testimonial:
"Working with Seregin was a game-changer for our business. They understood our vision and created a website that truly represents our brand. Great attention to detail!",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-female-busine-1773066056573-0f87730a.png?_wi=2", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-female-busine-1773066056573-0f87730a.png?_wi=2", imageAlt: "Lisa Anderson"},
imageAlt: "Lisa Anderson",
},
{ {
id: "3", id: "3", name: "David Martinez", handle: "@davidmartinez", testimonial:
name: "David Martinez", "Outstanding service from start to finish. The team was professional, responsive, and delivered exactly what we needed. Our sales have increased significantly!", rating: 5,
handle: "@davidmartinez",
testimonial:
"Outstanding service from start to finish. The team was professional, responsive, and delivered exactly what we needed. Our sales have increased significantly!",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-male-entrepre-1773066056595-b810c72a.png?_wi=2", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-male-entrepre-1773066056595-b810c72a.png?_wi=2", imageAlt: "David Martinez"},
imageAlt: "David Martinez",
},
{ {
id: "4", id: "4", name: "Rachel Green", handle: "@rachelgreen", testimonial:
name: "Rachel Green", "Best investment we made for our business. Seregin Digital's expertise and creativity resulted in a website that converts. They truly care about their clients' success.", rating: 5,
handle: "@rachelgreen",
testimonial:
"Best investment we made for our business. Seregin Digital's expertise and creativity resulted in a website that converts. They truly care about their clients' success.",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-creative-prof-1773066053221-cbcf15c9.png?_wi=2", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-creative-prof-1773066053221-cbcf15c9.png?_wi=2", imageAlt: "Rachel Green"},
imageAlt: "Rachel Green",
},
{ {
id: "5", id: "5", name: "Thomas Brown", handle: "@thomasbrown", testimonial:
name: "Thomas Brown", "Professional, creative, and results-driven. The team went above and beyond to deliver a website that not only looks amazing but performs exceptionally well.", rating: 5,
handle: "@thomasbrown",
testimonial:
"Professional, creative, and results-driven. The team went above and beyond to deliver a website that not only looks amazing but performs exceptionally well.",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-business-prof-1773066053516-59559e45.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-business-prof-1773066053516-59559e45.png", imageAlt: "Thomas Brown"},
imageAlt: "Thomas Brown",
},
{ {
id: "6", id: "6", name: "Victoria Lee", handle: "@victorialee", testimonial:
name: "Victoria Lee", "Seregin Digital transformed our e-commerce platform. The design is stunning, user experience is seamless, and our conversion rates have doubled. Exceptional work!", rating: 5,
handle: "@victorialee",
testimonial:
"Seregin Digital transformed our e-commerce platform. The design is stunning, user experience is seamless, and our conversion rates have doubled. Exceptional work!",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-technology-or-1773066053765-ad036d5b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-technology-or-1773066053765-ad036d5b.png", imageAlt: "Victoria Lee"},
imageAlt: "Victoria Lee",
},
]} ]}
showRating={true} showRating={true}
title="Client Success Stories" title="Client Success Stories"
@@ -374,53 +267,29 @@ export default function HomePage() {
<FaqDouble <FaqDouble
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What is your typical project timeline?", content:
title: "What is your typical project timeline?", "Most website projects take 4-8 weeks depending on complexity and scope. We provide a detailed timeline during the initial consultation phase. Rush projects are available upon request."},
content:
"Most website projects take 4-8 weeks depending on complexity and scope. We provide a detailed timeline during the initial consultation phase. Rush projects are available upon request.",
},
{ {
id: "2", id: "2", title: "Do you provide ongoing maintenance and support?", content:
title: "Do you provide ongoing maintenance and support?", "Yes, we offer comprehensive maintenance packages including regular updates, security patches, backups, and technical support. We tailor support plans to match your specific needs."},
content:
"Yes, we offer comprehensive maintenance packages including regular updates, security patches, backups, and technical support. We tailor support plans to match your specific needs.",
},
{ {
id: "3", id: "3", title: "Can you help with SEO optimization?", content:
title: "Can you help with SEO optimization?", "Absolutely! We implement SEO best practices into every website we build. We also offer dedicated SEO services to improve your search engine rankings and organic traffic."},
content:
"Absolutely! We implement SEO best practices into every website we build. We also offer dedicated SEO services to improve your search engine rankings and organic traffic.",
},
{ {
id: "4", id: "4", title: "What technologies do you use?", content:
title: "What technologies do you use?", "We work with modern technologies including React, Next.js, Node.js, and various CMS platforms. We choose the best tech stack for each project based on your specific requirements."},
content:
"We work with modern technologies including React, Next.js, Node.js, and various CMS platforms. We choose the best tech stack for each project based on your specific requirements.",
},
{ {
id: "5", id: "5", title: "Do you create mobile-responsive websites?", content:
title: "Do you create mobile-responsive websites?", "Yes, all our websites are fully responsive and optimized for mobile devices. We follow a mobile-first design approach to ensure excellent user experience across all screen sizes."},
content:
"Yes, all our websites are fully responsive and optimized for mobile devices. We follow a mobile-first design approach to ensure excellent user experience across all screen sizes.",
},
{ {
id: "6", id: "6", title: "Can you redesign an existing website?", content:
title: "Can you redesign an existing website?", "Definitely! We specialize in website redesigns. We analyze your current site, improve design and functionality, and ensure a smooth transition with zero downtime."},
content:
"Definitely! We specialize in website redesigns. We analyze your current site, improve design and functionality, and ensure a smooth transition with zero downtime.",
},
{ {
id: "7", id: "7", title: "What is your development process?", content:
title: "What is your development process?", "Our process includes: discovery, design mockups, client feedback, development, testing, launch, and post-launch support. We maintain clear communication throughout each phase."},
content:
"Our process includes: discovery, design mockups, client feedback, development, testing, launch, and post-launch support. We maintain clear communication throughout each phase.",
},
{ {
id: "8", id: "8", title: "Do you offer e-commerce solutions?", content:
title: "Do you offer e-commerce solutions?", "Yes, we build secure, scalable e-commerce platforms using platforms like Shopify, WooCommerce, or custom solutions. We handle everything from product catalog to payment integration."},
content:
"Yes, we build secure, scalable e-commerce platforms using platforms like Shopify, WooCommerce, or custom solutions. We handle everything from product catalog to payment integration.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find answers to common questions about our services and process." description="Find answers to common questions about our services and process."