Merge version_3_1781996827590 into main #5

Merged
bender merged 1 commits from version_3_1781996827590 into main 2026-06-20 23:07:27 +00:00

View File

@@ -9,7 +9,7 @@ import HeroBrand from '@/components/sections/hero/HeroBrand';
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
import NavbarDropdown from '@/components/ui/NavbarDropdown';
import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards';
import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
import AboutParallax from '@/components/sections/about/AboutParallax';
import TeamDetailedCards from '@/components/sections/team/TeamDetailedCards';
import TestimonialDetailedCards from '@/components/sections/testimonial/TestimonialDetailedCards';
@@ -51,11 +51,10 @@ export default function LandingPage() {
</div>
<div id="about" data-section="about">
<AboutMediaOverlay
<AboutParallax
tag="Our Mission"
title="Committed to Our Community"
description="Located at 480 Hamilton St, Modern Blendz is more than just a shop. We are a community destination known for our 4.9-star service and commitment to our neighbors, from back-to-school events to expert grooming."
primaryButton={{ text: "Book Now", href: "#contact" }}
/>
</div>