diff --git a/src/app/page.tsx b/src/app/page.tsx index b66427d..c089aa2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,49 +1,67 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial"; -import { Code, Globe, Sparkles } from "lucide-react"; - -export default function PersonalPortfolioPage() { - const testimonials = [ - { - name: "Alex River", handle: "@ariver", testimonial: "The designs were absolutely world-class and perfectly aligned with my brand vision.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CqQjwbrkg4MwzJUItUsihWdcBc/uploaded-1777110995052-7l3iwi2m.png"}, - { - name: "Sam Chen", handle: "@schen", testimonial: "Incredible attention to detail. Really pushed my project to the next level.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CqQjwbrkg4MwzJUItUsihWdcBc/uploaded-1777110995052-xx4f032f.png"}, - ]; - - const avatars = [ - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CqQjwbrkg4MwzJUItUsihWdcBc/uploaded-1777110995052-7l3iwi2m.png", alt: "User" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CqQjwbrkg4MwzJUItUsihWdcBc/uploaded-1777110995052-xx4f032f.png", alt: "User" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CqQjwbrkg4MwzJUItUsihWdcBc/uploaded-1777110995052-vub6tpkj.png", alt: "User" }, - ]; +import HeroSignup from "@/components/sections/hero/HeroSignup"; +import SplitAbout from "@/components/sections/about/SplitAbout"; +import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; +import { Github, Linkedin, Mail, Sparkles, Code, Globe } from "lucide-react"; +export default function AchMadzPortfolio() { return (
- +
+ +
+ +
+ +
+