Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-05 04:22:23 +00:00

View File

@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Search, TrendingUp, Zap } from "lucide-react";
export default function LandingPage() {
@@ -102,32 +102,27 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="default"
<TestimonialCardTwelve
cardAnimation="slide-up"
cardTitle="Client Success"
cardTag="Trusted Partners"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Alex Rivet", handle: "@rivet", testimonial: "HIDigital transformed our entire online presence in under 3 months.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg" },
{ id: "2", name: "Sarah Chen", handle: "@sarahc", testimonial: "The technical SEO audit was worth every penny. Traffic surged immediately.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg" },
{ id: "3", name: "Mark D.", handle: "@markd", testimonial: "Professional, data-focused, and fast. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-1_1262-1487.jpg" },
{ id: "4", name: "Emily P.", handle: "@emilyp", testimonial: "The design work is incredible. Our site feels like a premium product now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg" },
{ id: "5", name: "Jack B.", handle: "@jackb", testimonial: "Best agency partnership we have had in years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg" },
{ id: "1", name: "Alex Rivet", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg" },
{ id: "2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg" },
{ id: "3", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-1_1262-1487.jpg" },
{ id: "4", name: "Emily P.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg" },
]}
showRating={true}
title="Client Success"
description="Trusted by brands looking to dominate their markets."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
<ContactCenter
tag="Contact HIDigital"
title="Let's build something remarkable."
description="We are ready to elevate your digital strategy. Our team is available for discovery calls daily."
background={{ variant: "gradient-bars" }}
tag="Let's Talk"
title="Ready to scale?"
description="Send us your project brief. We will get back to you within 24 hours."
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283264.jpg?_wi=2"
mediaAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -135,8 +130,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="HIDigital"
columns={[
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
{ items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
]}
copyrightText="© 2025 HIDigital | Growth & Engineering"
/>