Compare commits
4 Commits
version_9
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 0349dc09d3 | |||
| 63c511bd47 | |||
| 154b575662 | |||
| af9bd8992b |
@@ -45,7 +45,10 @@ export default function LandingPage() {
|
|||||||
buttons={[{ text: "Get Your Free Consultation", href: "/contact" }]}
|
buttons={[{ text: "Get Your Free Consultation", href: "/contact" }]}
|
||||||
rating={5}
|
rating={5}
|
||||||
ratingText="Trusted by 500+ families"
|
ratingText="Trusted by 500+ families"
|
||||||
mediaItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/grandparents-learning-use-technology_23-2149402581.jpg", imageAlt: "Supportive family environment" }, { imageSrc: "http://img.b2bpic.net/free-photo/family-helping-elderly_23-2149402581.jpg", imageAlt: "Professional guidance" }]}
|
mediaItems={[
|
||||||
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1775540960714-lwoqutv5.jpg?_wi=1", imageAlt: "Supportive family environment" },
|
||||||
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1775540960714-zrqufly0.jpg?_wi=1", imageAlt: "Professional guidance" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -57,10 +60,10 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split-description"
|
textboxLayout="split-description"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "t1", value: "20+", title: "Years of Experience", description: "Dedicated to senior care.", imageSrc: "http://img.b2bpic.net/free-photo/shield-icon_23-2149402581.jpg" },
|
{ id: "t1", value: "20+", title: "Years of Experience", description: "Dedicated to senior care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1775540960715-sq75umhv.jpg?_wi=1" },
|
||||||
{ id: "t2", value: "500+", title: "Families Supported", description: "Successfully transitioned.", imageSrc: "http://img.b2bpic.net/free-photo/users-icon_23-2149402581.jpg" },
|
{ id: "t2", value: "500+", title: "Families Supported", description: "Successfully transitioned.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1775540960715-ye5bl9ut.jpg?_wi=1" },
|
||||||
{ id: "t3", value: "100%", title: "Personalized Care", description: "Tailored to your family.", imageSrc: "http://img.b2bpic.net/free-photo/heart-icon_23-2149402581.jpg" },
|
{ id: "t3", value: "100%", title: "Personalized Care", description: "Tailored to your family.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1775540960715-0ocqg1cp.jpg" },
|
||||||
{ id: "t4", value: "Proven", title: "Reliable Framework", description: "A simple, clear process.", imageSrc: "http://img.b2bpic.net/free-photo/book-icon_23-2149402581.jpg" }
|
{ id: "t4", value: "Proven", title: "Reliable Framework", description: "A simple, clear process.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1775540960714-lwoqutv5.jpg?_wi=2" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -74,9 +77,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="two-columns-alternating-heights"
|
gridVariant="two-columns-alternating-heights"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ title: "Strategic Planning", description: "Customized roadmaps to clarify your path forward.", imageSrc: "http://img.b2bpic.net/free-photo/planning_23-2149402581.jpg" },
|
{ title: "Strategic Planning", description: "Customized roadmaps to clarify your path forward.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1775540960714-zrqufly0.jpg?_wi=2" },
|
||||||
{ title: "Logistical Support", description: "From downsizing to move-in, we manage every detail.", imageSrc: "http://img.b2bpic.net/free-photo/moving_23-2149402581.jpg" },
|
{ title: "Logistical Support", description: "From downsizing to move-in, we manage every detail.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1775540960715-sq75umhv.jpg?_wi=2" },
|
||||||
{ title: "Family Facilitation", description: "Neutral support to help families agree on the best care plan.", imageSrc: "http://img.b2bpic.net/free-photo/family_23-2149402581.jpg" }
|
{ title: "Family Facilitation", description: "Neutral support to help families agree on the best care plan.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BgAzSnGoyjp2WRFEpWFU41xUOw/uploaded-1775540960715-ye5bl9ut.jpg?_wi=2" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user