Compare commits
2 Commits
version_3_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 609cb5e56a | |||
| 650d327121 |
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user