Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 02275376bc | |||
| 301e98e93d | |||
| 4224f692d9 | |||
| 02617364b8 | |||
| b320054e8f |
299
src/app/page.tsx
299
src/app/page.tsx
@@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import TeamCardOne from "@/components/sections/team/TeamCardOne";
|
||||
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 FooterBase from "@/components/sections/footer/FooterBase";
|
||||
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() {
|
||||
const navItems = [
|
||||
@@ -24,24 +24,21 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Team", href: "#team" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Web Design", href: "#services" },
|
||||
{ label: "Development", href: "#services" },
|
||||
{ label: "E-Commerce", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
@@ -84,19 +81,13 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"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",
|
||||
},
|
||||
"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"},
|
||||
{
|
||||
imageSrc:
|
||||
"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",
|
||||
},
|
||||
"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"},
|
||||
{
|
||||
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",
|
||||
imageAlt: "Designer sketching website wireframe",
|
||||
},
|
||||
"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"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -114,28 +105,20 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Team",
|
||||
description:
|
||||
"Seasoned designers and developers with proven track record in delivering exceptional digital solutions",
|
||||
icon: Users,
|
||||
title: "Expert Team", description:
|
||||
"Seasoned designers and developers with proven track record in delivering exceptional digital solutions", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Custom Solutions",
|
||||
description:
|
||||
"Tailored strategies and designs that align perfectly with your business goals and vision",
|
||||
icon: Palette,
|
||||
title: "Custom Solutions", description:
|
||||
"Tailored strategies and designs that align perfectly with your business goals and vision", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Results Driven",
|
||||
description:
|
||||
"We focus on measurable outcomes that directly impact your business growth and user engagement",
|
||||
icon: TrendingUp,
|
||||
title: "Results Driven", description:
|
||||
"We focus on measurable outcomes that directly impact your business growth and user engagement", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Future Ready",
|
||||
description:
|
||||
"Built with the latest technologies and best practices to ensure long-term success and scalability",
|
||||
icon: Zap,
|
||||
title: "Future Ready", description:
|
||||
"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"
|
||||
@@ -146,38 +129,25 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Services Section - Features */}
|
||||
{/* Services Section - Simplified */}
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyThree
|
||||
<FeatureCardTwentySix
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Web Design & Development",
|
||||
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",
|
||||
title: "Web Design & Development", description: "Beautiful, responsive websites built with modern technologies", 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", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Custom Web Applications",
|
||||
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",
|
||||
title: "Custom Web Applications", description: "Powerful web apps tailored to your business needs", 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", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "E-Commerce Solutions",
|
||||
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",
|
||||
title: "E-Commerce Solutions", description: "Secure, scalable online stores that convert", 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 platform", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
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"
|
||||
useInvertedBackground={false}
|
||||
tag="What We Do"
|
||||
@@ -187,48 +157,27 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Portfolio Section */}
|
||||
{/* Portfolio Section - Simplified */}
|
||||
<div id="portfolio" data-section="portfolio">
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "TechFlow",
|
||||
name: "SaaS Platform Redesign",
|
||||
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: "1", brand: "TechFlow", name: "SaaS Platform Redesign", 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",
|
||||
brand: "CreativeStudio",
|
||||
name: "Agency Portfolio Website",
|
||||
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: "2", brand: "CreativeStudio", name: "Agency Portfolio Website", 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",
|
||||
brand: "MobileFirst",
|
||||
name: "Mobile App Interface",
|
||||
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",
|
||||
},
|
||||
id: "3", brand: "MobileFirst", name: "Mobile App Interface", 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"
|
||||
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"
|
||||
tagIcon={Briefcase}
|
||||
tagAnimation="slide-up"
|
||||
@@ -237,42 +186,22 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Team Section */}
|
||||
{/* Team Section - Simplified */}
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardSix
|
||||
<TeamCardOne
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
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: "1", name: "Sarah Johnson", 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",
|
||||
name: "Emma Davis",
|
||||
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: "2", name: "Emma Davis", 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",
|
||||
name: "Michael Chen",
|
||||
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: "3", name: "Michael Chen", 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",
|
||||
name: "Alex Rivera",
|
||||
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",
|
||||
},
|
||||
id: "4", name: "Alex Rivera", 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"
|
||||
animationType="slide-up"
|
||||
@@ -291,71 +220,35 @@ export default function HomePage() {
|
||||
<TestimonialCardThirteen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "James Wilson",
|
||||
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,
|
||||
id: "1", name: "James Wilson", 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:
|
||||
"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",
|
||||
},
|
||||
"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"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lisa Anderson",
|
||||
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,
|
||||
id: "2", name: "Lisa Anderson", 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:
|
||||
"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",
|
||||
},
|
||||
"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"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Martinez",
|
||||
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,
|
||||
id: "3", name: "David Martinez", 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:
|
||||
"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",
|
||||
},
|
||||
"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"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rachel Green",
|
||||
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,
|
||||
id: "4", name: "Rachel Green", 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:
|
||||
"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",
|
||||
},
|
||||
"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"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Thomas Brown",
|
||||
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,
|
||||
id: "5", name: "Thomas Brown", 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:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-business-prof-1773066053516-59559e45.png",
|
||||
imageAlt: "Thomas Brown",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-business-prof-1773066053516-59559e45.png", imageAlt: "Thomas Brown"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Victoria Lee",
|
||||
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,
|
||||
id: "6", name: "Victoria Lee", 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:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-technology-or-1773066053765-ad036d5b.png",
|
||||
imageAlt: "Victoria Lee",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshot-of-a-technology-or-1773066053765-ad036d5b.png", imageAlt: "Victoria Lee"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Success Stories"
|
||||
@@ -374,53 +267,29 @@ export default function HomePage() {
|
||||
<FaqDouble
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is your typical project timeline?",
|
||||
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: "1", title: "What is your typical project timeline?", 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",
|
||||
title: "Do you provide ongoing maintenance and support?",
|
||||
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: "2", title: "Do you provide ongoing maintenance and support?", 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",
|
||||
title: "Can you help with SEO optimization?",
|
||||
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: "3", title: "Can you help with SEO optimization?", 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",
|
||||
title: "What technologies do you use?",
|
||||
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: "4", title: "What technologies do you use?", 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",
|
||||
title: "Do you create mobile-responsive websites?",
|
||||
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: "5", title: "Do you create mobile-responsive websites?", 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",
|
||||
title: "Can you redesign an existing website?",
|
||||
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: "6", title: "Can you redesign an existing website?", 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",
|
||||
title: "What is your development process?",
|
||||
content:
|
||||
"Our process includes: discovery, design mockups, client feedback, development, testing, launch, and post-launch support. We maintain clear communication throughout each phase.",
|
||||
},
|
||||
id: "7", title: "What is your development process?", 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",
|
||||
title: "Do you offer e-commerce solutions?",
|
||||
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.",
|
||||
},
|
||||
id: "8", title: "Do you offer e-commerce solutions?", 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"
|
||||
description="Find answers to common questions about our services and process."
|
||||
@@ -443,4 +312,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user