Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-28 10:17:51 +00:00

View File

@@ -12,6 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import FloatingGradientBackground from '@/components/background/floatingGradientBackground/FloatingGradientBackground';
export default function LandingPage() {
return (
@@ -41,21 +42,24 @@ export default function LandingPage() {
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Fast, Proven Digital Marketing & Design Solutions"
description="Responsive freelancer delivering high-quality reels, thumbnails, and marketing strategy for sports brands and growing businesses. Trusted by clients across Bangladesh for on-time, early delivery."
testimonials={[
{ name: "Sarah Ahmed", handle: "@sarah_fashion", testimonial: "Mafuz delivered our social media thumbnails 2 days early. Exceptional quality!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/company-worker-browsing-internet-research-project-using-computer-create-business-report-with-charts-data-analyzing-network-information-web-presentation-handheld-shot_482257-50935.jpg" },
{ name: "Rahim Khan", handle: "@khan_sports", testimonial: "His reels strategy doubled our engagement. Highly recommended for sports brands.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg" },
{ name: "Emily Chen", handle: "@tech_solutions", testimonial: "Very clear communication and affordable rates for top-tier design work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing_23-2149069153.jpg" },
{ name: "John Doe", handle: "@local_biz", testimonial: "Reliable and fast. My go-to freelancer for all digital design needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-people-having-meeting_1098-19536.jpg" },
{ name: "Maria Silva", handle: "@maria_art", testimonial: "Outstanding eye for detail. Will definitely work with him again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142264.jpg" },
]}
buttons={[{ text: "View My Portfolio", href: "#portfolio" }]}
imageSrc="http://img.b2bpic.net/free-photo/man-wearing-vr-goggles-with-special-effects_23-2148815728.jpg"
imageAlt="Mafuz Sardar Professional Dashboard"
/>
<div id="hero" data-section="hero" className="relative">
<FloatingGradientBackground className="absolute inset-0 z-0 opacity-50" />
<div className="relative z-10">
<HeroOverlayTestimonial
title="Fast, Proven Digital Marketing & Design Solutions"
description="Responsive freelancer delivering high-quality reels, thumbnails, and marketing strategy for sports brands and growing businesses. Trusted by clients across Bangladesh for on-time, early delivery."
testimonials={[
{ name: "Sarah Ahmed", handle: "@sarah_fashion", testimonial: "Mafuz delivered our social media thumbnails 2 days early. Exceptional quality!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/company-worker-browsing-internet-research-project-using-computer-create-business-report-with-charts-data-analyzing-network-information-web-presentation-handheld-shot_482257-50935.jpg" },
{ name: "Rahim Khan", handle: "@khan_sports", testimonial: "His reels strategy doubled our engagement. Highly recommended for sports brands.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg" },
{ name: "Emily Chen", handle: "@tech_solutions", testimonial: "Very clear communication and affordable rates for top-tier design work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing_23-2149069153.jpg" },
{ name: "John Doe", handle: "@local_biz", testimonial: "Reliable and fast. My go-to freelancer for all digital design needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-people-having-meeting_1098-19536.jpg" },
{ name: "Maria Silva", handle: "@maria_art", testimonial: "Outstanding eye for detail. Will definitely work with him again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142264.jpg" },
]}
buttons={[{ text: "View My Portfolio", href: "#portfolio" }]}
imageSrc="http://img.b2bpic.net/free-photo/man-wearing-vr-goggles-with-special-effects_23-2148815728.jpg"
imageAlt="Mafuz Sardar Professional Dashboard"
/>
</div>
</div>
<div id="about" data-section="about">