5 Commits

Author SHA1 Message Date
478ba12f16 Merge version_5 into main
Merge version_5 into main
2026-04-09 18:57:26 +00:00
ba876145c1 Update src/app/page.tsx 2026-04-09 18:57:19 +00:00
bb2b2da3fc Merge version_4 into main
Merge version_4 into main
2026-04-09 18:54:09 +00:00
2fc318b503 Update src/app/page.tsx 2026-04-09 18:54:03 +00:00
564e4d3f80 Merge version_3 into main
Merge version_3 into main
2026-04-09 18:51:50 +00:00

View File

@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase'; import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
@@ -41,15 +41,21 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCarouselLogo <HeroSplit
logoText="WindowPros" title="WindowPros"
description="Professional-grade window installations blending modern security, energy efficiency, and timeless aesthetics. We transform your home's perspective." description="Professional-grade window installations blending modern security, energy efficiency, and timeless aesthetics. We transform your home's perspective."
buttons={[{ text: "Get a Quote", href: "#contact" }, { text: "View Collection", href: "#products" }]} buttons={[{ text: "Get a Quote", href: "#contact" }, { text: "View Collection", href: "#products" }]}
slides={[ background={{ variant: "sparkles-gradient" }}
{ imageSrc: "http://img.b2bpic.net/free-photo/yellow-lilies-vase_1156-93.jpg", imageAlt: "Elegant living space" }, imageSrc="http://img.b2bpic.net/free-photo/beautiful-house-with-chimney-blue-sky_23-2149627194.jpg"
{ imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-man-working-wood_23-2147773339.jpg", imageAlt: "Craftsmanship in action" }, imageAlt="Modern home exterior"
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-with-chimney-blue-sky_23-2149627194.jpg", imageAlt: "Modern home exterior" } mediaAnimation="blur-reveal"
marqueeItems={[
{ type: "text", text: "Energy Efficient" },
{ type: "text", text: "Secure Locking Systems" },
{ type: "text", text: "Lifetime Warranty" },
{ type: "text", text: "Professional Installation" }
]} ]}
marqueeSpeed={40}
/> />
</div> </div>