Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-12 07:17:27 +00:00

View File

@@ -3,6 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
@@ -60,6 +61,22 @@ export default function LandingPage() {
/>
</div>
<div id="hero-logo" data-section="hero-logo">
<HeroLogo
logoText="Portfolio of Pratik"
description="Professional photography and videography for weddings, events, and commercial projects."
buttons={[
{ text: "Get Started", href: "#portfolio" },
{ text: "Learn More", href: "#about" }
]}
imageSrc="http://img.b2bpic.net/free-photo/photographers-exploring-abandoned-location_23-2150974428.jpg"
imageAlt="Photography studio professional environment"
showDimOverlay={true}
buttonAnimation="slide-up"
ariaLabel="Hero logo section"
/>
</div>
<div id="portfolio" data-section="portfolio">
<ProductCardTwo
title="Our Portfolio Highlights"