diff --git a/src/app/page.tsx b/src/app/page.tsx
index e20b389..02301c8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import TeamCardSix from "@/components/sections/team/TeamCardSix";
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, Star } 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"
@@ -151,29 +134,17 @@ export default function HomePage() {