From d5686dc7b3837fd53fc2ffdc67a3d0ddf83bdd70 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:16:39 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fedeafe..1886a98 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import { Lightbulb, ShieldCheck, Sparkles } from "lucide-react"; +import { HeartHandshake, Lightbulb, ShieldCheck, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -31,27 +31,27 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Services", id: "services-overview", - href: "#services-overview", + }, { name: "Why Us", id: "why-us", - href: "#why-us", + }, { name: "Results", id: "results", - href: "#results", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, ]} brandName="Aigre Bloom" @@ -87,7 +87,7 @@ export default function LandingPage() { description: "Our focus is on delivering visible and long-term improvements to your skin's health and appearance.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879152.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879152.jpg" imageAlt="Clean modern clinic interior design" mediaAnimation="slide-up" /> @@ -136,28 +136,28 @@ export default function LandingPage() { id: "1", name: "Dr. Anya Sharma", role: "Lead Dermatologist", - imageSrc: "http://img.b2bpic.net/free-photo/women-posing-together-medium-shot_23-2150100215.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/women-posing-together-medium-shot_23-2150100215.jpg", imageAlt: "Dr. Anya Sharma portrait", }, { id: "2", name: "Liam Chen", role: "Senior Aesthetician", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-99725.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-99725.jpg", imageAlt: "Liam Chen portrait", }, { id: "3", name: "Sophia Rodriguez", role: "Client Care Coordinator", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-beautiful-caucasian-woman-from-spain-white-top-sunny-weath_181624-56287.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-beautiful-caucasian-woman-from-spain-white-top-sunny-weath_181624-56287.jpg", imageAlt: "Sophia Rodriguez portrait", }, { id: "4", name: "David Kim", role: "Laser Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-patient_23-2149941524.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-patient_23-2149941524.jpg", imageAlt: "David Kim portrait", }, ]} -- 2.49.1 From 193ec4123c7aa295c6cc4d5ede0af1af854360a4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:16:39 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e5924e9..25c3ec3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -29,27 +29,27 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Services", id: "services-overview", - href: "#services-overview", + }, { name: "Why Us", id: "why-us", - href: "#why-us", + }, { name: "Results", id: "results", - href: "#results", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, ]} brandName="Aigre Bloom" @@ -90,7 +90,7 @@ export default function LandingPage() { rows: 5, required: true, }} - imageSrc="http://img.b2bpic.net/free-vector/taxi-application-interface_23-2148477747.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/taxi-application-interface_23-2148477747.jpg" imageAlt="Stylized Google Maps showing Toronto address" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From f0cf056ee1ad8f2894a8c2b695197c54c1304089 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:16:40 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c16be5a..01fbd59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,27 +34,27 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Services", id: "services-overview", - href: "#services-overview", + }, { name: "Why Us", id: "why-us", - href: "#why-us", + }, { name: "Results", id: "results", - href: "#results", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, ]} brandName="Aigre Bloom" @@ -99,7 +99,7 @@ export default function LandingPage() { role: "Client", company: "Toronto", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-posing-together-medium-shot_23-2150100215.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/women-posing-together-medium-shot_23-2150100215.jpg", }, { id: "2", @@ -107,7 +107,7 @@ export default function LandingPage() { role: "Client", company: "Midtown", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-99725.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-99725.jpg", }, { id: "3", @@ -115,7 +115,7 @@ export default function LandingPage() { role: "Client", company: "North York", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-beautiful-caucasian-woman-from-spain-white-top-sunny-weath_181624-56287.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-beautiful-caucasian-woman-from-spain-white-top-sunny-weath_181624-56287.jpg", }, { id: "4", @@ -123,21 +123,21 @@ export default function LandingPage() { role: "Client", company: "Forest Hill", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-patient_23-2149941524.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-patient_23-2149941524.jpg", }, ]} kpiItems={[ { value: "5.0", - title: "Rating on Google", + description: "Rating on Google", }, { value: "130+", - title: "Client Reviews", + description: "Client Reviews", }, { value: "Visible", - title: "Results Fast", + description: "Results Fast", }, ]} title="Real Results, Real Confidence" @@ -157,7 +157,7 @@ export default function LandingPage() { name: "Laser Hair Removal", price: "Starting at $XX", variant: "Permanent reduction", - imageSrc: "http://img.b2bpic.net/free-photo/dermatologist-performing-laser-hair-removal-patient_107420-65120.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/dermatologist-performing-laser-hair-removal-patient_107420-65120.jpg", imageAlt: "Laser hair removal treatment on legs", }, { @@ -165,7 +165,7 @@ export default function LandingPage() { name: "Facials", price: "Starting at $XX", variant: "Customized & Hydrating", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-looking-her-girlfriend_23-2148227367.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-looking-her-girlfriend_23-2148227367.jpg", imageAlt: "Woman receiving a facial treatment", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { name: "Acne Treatment", price: "Starting at $XX", variant: "Clearer skin solutions", - imageSrc: "http://img.b2bpic.net/free-photo/friend-helping-woman-apply-eye-patch_23-2148655802.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/friend-helping-woman-apply-eye-patch_23-2148655802.jpg", imageAlt: "Before and after results of acne treatment", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { name: "Skin Tightening", price: "Starting at $XX", variant: "Firm & Rejuvenated", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-woman_23-2149103558.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-woman_23-2149103558.jpg", imageAlt: "Woman receiving skin tightening treatment on face", }, ]} @@ -209,7 +209,7 @@ export default function LandingPage() { title: "Specialists", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879152.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879152.jpg" imageAlt="Clean and modern interior of Aigre Bloom clinic" mediaAnimation="slide-up" /> @@ -308,7 +308,7 @@ export default function LandingPage() { tag="Visit Us" title="Ready to See Real Results?" description="Book your personalized consultation or call us directly. We're conveniently located at 418 Eglinton Ave W, Toronto, serving Forest Hill, Midtown, North York & nearby areas. Call us at +1 (416) 123-4567." - imageSrc="http://img.b2bpic.net/free-vector/taxi-application-interface_23-2148477747.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/taxi-application-interface_23-2148477747.jpg" imageAlt="Google Map showing Laser & Skin Clinic by Aigre Bloom location in Toronto" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From a7cdfecf490390611a505d91c7ed54a73c7f85f7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:16:40 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 910983e..06ae219 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -30,27 +30,27 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Services", id: "services-overview", - href: "#services-overview", + }, { name: "Why Us", id: "why-us", - href: "#why-us", + }, { name: "Results", id: "results", - href: "#results", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, ]} brandName="Aigre Bloom" @@ -72,7 +72,7 @@ export default function LandingPage() { title: "Laser Hair Removal", description: "Achieve smooth, hair-free skin with our state-of-the-art laser technology, offering permanent reduction for all skin types.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/dermatologist-performing-laser-hair-removal-patient_107420-65120.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/dermatologist-performing-laser-hair-removal-patient_107420-65120.jpg", imageAlt: "Laser hair removal treatment machine", }, items: [ @@ -96,7 +96,7 @@ export default function LandingPage() { title: "Advanced Facial Treatments", description: "Rejuvenate and revitalize your complexion with our customized facial treatments, addressing concerns from hydration to anti-aging.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-looking-her-girlfriend_23-2148227367.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-looking-her-girlfriend_23-2148227367.jpg", imageAlt: "Woman receiving facial treatment", }, items: [ @@ -120,7 +120,7 @@ export default function LandingPage() { title: "Acne & Scar Solutions", description: "Effectively target active breakouts and minimize the appearance of acne scars, revealing clearer, smoother skin.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/friend-helping-woman-apply-eye-patch_23-2148655802.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/friend-helping-woman-apply-eye-patch_23-2148655802.jpg", imageAlt: "Young woman before and after acne treatment", }, items: [ @@ -144,7 +144,7 @@ export default function LandingPage() { title: "Skin Tightening & Rejuvenation", description: "Restore youthful firmness and elasticity with non-invasive treatments designed to lift and tighten sagging skin.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-woman_23-2149103558.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-woman_23-2149103558.jpg", imageAlt: "Close-up of a woman receiving skin tightening treatment on her face", }, items: [ @@ -181,7 +181,7 @@ export default function LandingPage() { handle: "@sarahk_beauty", testimonial: "The laser hair removal results exceeded my expectations. The team was professional, and the process was virtually painless! Truly impressed with Aigre Bloom.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-posing-together-medium-shot_23-2150100215.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/women-posing-together-medium-shot_23-2150100215.jpg", imageAlt: "Professional woman smiling portrait", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { handle: "@markt_reviews", testimonial: "My skin has never looked better after the advanced facial treatments here. The aestheticians are highly skilled and gave me personalized care. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-99725.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-99725.jpg", imageAlt: "Confident woman professional portrait", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { handle: "@emily_glows", testimonial: "Finally found an effective solution for my acne. My confidence has soared thanks to Aigre Bloom's tailored treatments and supportive staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-beautiful-caucasian-woman-from-spain-white-top-sunny-weath_181624-56287.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-beautiful-caucasian-woman-from-spain-white-top-sunny-weath_181624-56287.jpg", imageAlt: "Attractive woman serene expression", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { handle: "@jess_wellness", testimonial: "Amazing service from start to finish! The staff is incredibly knowledgeable, made me feel so comfortable, and the results are fantastic. A true gem in Toronto.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-patient_23-2149941524.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-patient_23-2149941524.jpg", imageAlt: "Young woman smiling gently", }, ]} -- 2.49.1