Update src/app/page.tsx
This commit is contained in:
@@ -6,13 +6,10 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
|
||||
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
|
||||
|
||||
export default function AmeliaHousePage() {
|
||||
return (
|
||||
@@ -60,7 +57,6 @@ export default function AmeliaHousePage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Our Mission"
|
||||
title="Quality Care, Rooted in Community"
|
||||
description="At Amelia's House, we believe that home is more than just a place to stay—it's a sanctuary. Located in the heart of North Acton, we provide dedicated support, engaging activities, and a nurturing atmosphere where residents truly thrive."
|
||||
metrics={[
|
||||
@@ -114,6 +110,7 @@ export default function AmeliaHousePage() {
|
||||
{ id: "1", title: "Is the house located in North Acton?", content: "Yes, Amelia's House is centrally located in North Acton with easy access for family visits." },
|
||||
{ id: "2", title: "What level of care do you provide?", content: "We provide comprehensive assisted living support, customized to each resident's individual care requirements." },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user