2 Commits

Author SHA1 Message Date
a6c791e1b8 Update src/app/page.tsx 2026-06-20 23:07:21 +00:00
f96d10e739 Merge version_2_1781996648985 into main
Merge version_2_1781996648985 into main
2026-06-20 23:04:24 +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>