2 Commits

Author SHA1 Message Date
609cb5e56a Switch to version 2: modified src/app/page.tsx 2026-06-20 23:07:59 +00:00
650d327121 Merge version_3_1781996827590 into main
Merge 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 AboutParallax from '@/components/sections/about/AboutParallax';
import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
import TeamDetailedCards from '@/components/sections/team/TeamDetailedCards';
import TestimonialDetailedCards from '@/components/sections/testimonial/TestimonialDetailedCards';
@@ -51,10 +51,11 @@ export default function LandingPage() {
</div>
<div id="about" data-section="about">
<AboutParallax
<AboutMediaOverlay
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>