From 3633886370af8a6c1ec88978cc2937578a20aad9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 04:55:30 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 271 ++++++++++------------------------------------- 1 file changed, 57 insertions(+), 214 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 581325a..b105d7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,33 +33,19 @@ export default function LandingPage() { @@ -68,15 +54,12 @@ export default function LandingPage() {
@@ -228,25 +146,15 @@ export default function LandingPage() { author="Dr. Evelyn Reed, Investor" avatars={[ { - src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", - alt: "Sarah Johnson", - }, + src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", alt: "Sarah Johnson"}, { - src: "http://img.b2bpic.net/free-photo/young-woman-black-coat-using-phone_1303-29679.jpg", - alt: "Michael Chen", - }, + src: "http://img.b2bpic.net/free-photo/young-woman-black-coat-using-phone_1303-29679.jpg", alt: "Michael Chen"}, { - src: "http://img.b2bpic.net/free-photo/handsome-smiling-young-man-sitting-office-coworking_171337-17642.jpg", - alt: "Emily Rodriguez", - }, + src: "http://img.b2bpic.net/free-photo/handsome-smiling-young-man-sitting-office-coworking_171337-17642.jpg", alt: "Emily Rodriguez"}, { - src: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg", - alt: "David Kim", - }, + src: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg", alt: "David Kim"}, { - src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", - alt: "Jessica Lee", - }, + src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "Jessica Lee"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="opacity" @@ -260,33 +168,13 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "t1", - name: "Alexander Hayes", - role: "Senior Sales Director", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3267.jpg", - imageAlt: "Alexander Hayes", - }, + id: "t1", name: "Alexander Hayes", role: "Senior Sales Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3267.jpg", imageAlt: "Alexander Hayes"}, { - id: "t2", - name: "Isabella Chen", - role: "Investment Property Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg", - imageAlt: "Isabella Chen", - }, + id: "t2", name: "Isabella Chen", role: "Investment Property Specialist", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg", imageAlt: "Isabella Chen"}, { - id: "t3", - name: "Marcus Thorne", - role: "Commercial Real Estate Expert", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-hands-pockets-standing-bedroom_23-2148112193.jpg", - imageAlt: "Marcus Thorne", - }, + id: "t3", name: "Marcus Thorne", role: "Commercial Real Estate Expert", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-hands-pockets-standing-bedroom_23-2148112193.jpg", imageAlt: "Marcus Thorne"}, { - id: "t4", - name: "Sophia Rodriguez", - role: "Residential Luxury Consultant", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064878.jpg", - imageAlt: "Sophia Rodriguez", - }, + id: "t4", name: "Sophia Rodriguez", role: "Residential Luxury Consultant", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064878.jpg", imageAlt: "Sophia Rodriguez"}, ]} title="Meet Our Expert Agents" description="Our dedicated team of real estate professionals combines unparalleled expertise with a passion for client success. Each agent is committed to providing you with exceptional service, tailored advice, and access to exclusive opportunities in the luxury market." @@ -299,20 +187,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "How does the mortgage calculator work?", - content: "Our intuitive mortgage calculator allows you to estimate your monthly payments based on loan amount, interest rate, and term. It's designed to give you a clear financial overview for your potential property purchase.", - }, + id: "q1", title: "How does the mortgage calculator work?", content: "Our intuitive mortgage calculator allows you to estimate your monthly payments based on loan amount, interest rate, and term. It's designed to give you a clear financial overview for your potential property purchase."}, { - id: "q2", - title: "What types of financing options are available for luxury properties?", - content: "We connect you with a network of premium lenders offering bespoke financing solutions, including conventional loans, jumbo mortgages, and portfolio loans tailored for high-value real estate investments.", - }, + id: "q2", title: "What types of financing options are available for luxury properties?", content: "We connect you with a network of premium lenders offering bespoke financing solutions, including conventional loans, jumbo mortgages, and portfolio loans tailored for high-value real estate investments."}, { - id: "q3", - title: "Can I get assistance with investment property analysis?", - content: "Absolutely. Our team provides in-depth analysis for investment properties, including ROI projections, market performance data, and risk assessments to help you make informed decisions and maximize returns.", - }, + id: "q3", title: "Can I get assistance with investment property analysis?", content: "Absolutely. Our team provides in-depth analysis for investment properties, including ROI projections, market performance data, and risk assessments to help you make informed decisions and maximize returns."}, ]} imageSrc="http://img.b2bpic.net/free-photo/worktable-with-report-laptop_1150-357.jpg" imageAlt="Financial planning tools and charts" @@ -327,31 +206,20 @@ export default function LandingPage() {
); -} +} \ No newline at end of file From 23a6cc28d972e9529d8ee36a20bbf417efea13dc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 04:55:30 +0000 Subject: [PATCH 2/3] Add src/app/properties-premium/page.tsx --- src/app/properties-premium/page.tsx | 132 ++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 src/app/properties-premium/page.tsx diff --git a/src/app/properties-premium/page.tsx b/src/app/properties-premium/page.tsx new file mode 100644 index 0000000..a672d80 --- /dev/null +++ b/src/app/properties-premium/page.tsx @@ -0,0 +1,132 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; + +export default function PremiumPropertiesPage() { + return ( + + + + +
+ +
+ +
+ +
+ + +
+
+ ); +} From 056b047ec0b6b6ea00614d029c957f3a7a4cdc2c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 04:55:30 +0000 Subject: [PATCH 3/3] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index d49c637..74f8ba3 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-font-family: var(--font-montserrat), sans-serif;), sans-serif; + font-family: var(--font-inter), sans-serif;), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-font-family: var(--font-montserrat), sans-serif;), sans-serif; + font-family: var(--font-libre-baskerville), serif;), sans-serif; }