Merge version_1 into main #2
269
src/app/page.tsx
269
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Listings",
|
||||
id: "listings",
|
||||
},
|
||||
name: "Listings", id: "listings"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Our Team", id: "team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "faqs",
|
||||
},
|
||||
name: "FAQs", id: "faqs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Dallas Premier Realty Group"
|
||||
/>
|
||||
@@ -68,69 +54,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Luxury Dallas Homes, Expertly Matched to You"
|
||||
description="Dallas Premier Realty Group connects discerning buyers with exceptional properties across Dallas's most desirable neighborhoods. Our team combines market mastery with personalized service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Listings",
|
||||
href: "#listings",
|
||||
},
|
||||
text: "Explore Listings", href: "#listings"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302621.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302621.jpg"
|
||||
imageAlt="Luxurious living room in a modern Dallas home"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg",
|
||||
alt: "Portrait of a smiling real estate agent",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", alt: "Portrait of a smiling real estate agent"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064995.jpg",
|
||||
alt: "Portrait of a confident real estate broker",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064995.jpg", alt: "Portrait of a confident real estate broker"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
alt: "Portrait of an experienced property consultant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Portrait of an experienced property consultant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg",
|
||||
alt: "Portrait of a luxury real estate expert",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg", alt: "Portrait of a luxury real estate expert"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
alt: "Portrait of a professional realtor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Portrait of a professional realtor"},
|
||||
]}
|
||||
avatarText="Our Expert Team"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/real-estate-typography-logo_742173-4275.jpg",
|
||||
alt: "Dallas Architecture Collective Logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/real-estate-typography-logo_742173-4275.jpg", alt: "Dallas Architecture Collective Logo"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/vintage-monochrome-money-investment-labels-set-with-dollar-banknotes-financial-tree-calculator-piggy-bank-building-coins-isolated_1284-38916.jpg",
|
||||
alt: "Luxury Living Magazine Logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/vintage-monochrome-money-investment-labels-set-with-dollar-banknotes-financial-tree-calculator-piggy-bank-building-coins-isolated_1284-38916.jpg", alt: "Luxury Living Magazine Logo"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/fourth-july-badge-collection_23-2148185601.jpg",
|
||||
alt: "Prestige Home Finance Logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/fourth-july-badge-collection_23-2148185601.jpg", alt: "Prestige Home Finance Logo"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-island-armchair-stylish-open-space-home-design_169016-72732.jpg",
|
||||
alt: "Elite Interior Designs Logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-island-armchair-stylish-open-space-home-design_169016-72732.jpg", alt: "Elite Interior Designs Logo"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-two-businessmen-pointing-business-chart-meeting_23-2147923347.jpg",
|
||||
alt: "Corporate Relocation Services Logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-two-businessmen-pointing-business-chart-meeting_23-2147923347.jpg", alt: "Corporate Relocation Services Logo"},
|
||||
]}
|
||||
marqueeSpeed={35}
|
||||
/>
|
||||
@@ -141,9 +99,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Unrivaled Expertise in Dallas Luxury Real Estate"
|
||||
description={[
|
||||
"Dallas Premier Realty Group stands as a beacon of excellence in the city's prestigious property market. Our agents bring decades of combined experience, profound local insights, and a dedication to unparalleled client service. We don't just find houses; we discover homes that resonate with your lifestyle and investment goals. From vibrant urban penthouses to sprawling estates, our curated portfolio reflects the pinnacle of Dallas luxury.",
|
||||
"We pride ourselves on a consultative approach, guiding you through every step of the acquisition process with discretion and precision. Our deep understanding of market trends, coupled with exclusive access to off-market opportunities, ensures you receive a distinct advantage. Trust Dallas Premier Realty Group to navigate the complexities of high-end real estate, transforming your vision into a cherished reality.",
|
||||
]}
|
||||
"Dallas Premier Realty Group stands as a beacon of excellence in the city's prestigious property market. Our agents bring decades of combined experience, profound local insights, and a dedication to unparalleled client service. We don't just find houses; we discover homes that resonate with your lifestyle and investment goals. From vibrant urban penthouses to sprawling estates, our curated portfolio reflects the pinnacle of Dallas luxury.", "We pride ourselves on a consultative approach, guiding you through every step of the acquisition process with discretion and precision. Our deep understanding of market trends, coupled with exclusive access to off-market opportunities, ensures you receive a distinct advantage. Trust Dallas Premier Realty Group to navigate the complexities of high-end real estate, transforming your vision into a cherished reality."]}
|
||||
showBorder={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,23 +110,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Interactive Property Showcases",
|
||||
description: "Explore listings with immersive 3D tours, high-definition videos, and detailed floor plans that bring properties to life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-people-with-tablet_23-2150225249.jpg",
|
||||
imageAlt: "Digital display showing a virtual home tour",
|
||||
},
|
||||
title: "Interactive Property Showcases", description: "Explore listings with immersive 3D tours, high-definition videos, and detailed floor plans that bring properties to life.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-people-with-tablet_23-2150225249.jpg", imageAlt: "Digital display showing a virtual home tour"},
|
||||
{
|
||||
title: "Exclusive Neighborhood Guides",
|
||||
description: "Gain deep insights into Dallas's most desirable communities, from school districts to local amenities and lifestyle offerings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-tourists-checking-map_23-2149486564.jpg",
|
||||
imageAlt: "Map of Dallas neighborhoods with highlighted areas",
|
||||
},
|
||||
title: "Exclusive Neighborhood Guides", description: "Gain deep insights into Dallas's most desirable communities, from school districts to local amenities and lifestyle offerings.", imageSrc: "http://img.b2bpic.net/free-photo/couple-tourists-checking-map_23-2149486564.jpg", imageAlt: "Map of Dallas neighborhoods with highlighted areas"},
|
||||
{
|
||||
title: "Personalized Market Insights",
|
||||
description: "Receive bespoke reports on market trends, property valuations, and investment opportunities tailored to your specific criteria.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/human-resources-recruitment-career-job-hiring-concept_53876-15834.jpg",
|
||||
imageAlt: "Financial charts and graphs representing market data",
|
||||
},
|
||||
title: "Personalized Market Insights", description: "Receive bespoke reports on market trends, property valuations, and investment opportunities tailored to your specific criteria.", imageSrc: "http://img.b2bpic.net/free-photo/human-resources-recruitment-career-job-hiring-concept_53876-15834.jpg", imageAlt: "Financial charts and graphs representing market data"},
|
||||
]}
|
||||
title="Experience the Dallas Premier Advantage"
|
||||
description="Our comprehensive services are tailored to the discerning luxury buyer, ensuring a seamless and informed journey from discovery to closing."
|
||||
@@ -185,53 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Urban Penthouse",
|
||||
price: "$2,500,000",
|
||||
variant: "Downtown Dallas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-apartment-buildings-with-modern-design_1268-15586.jpg",
|
||||
imageAlt: "Luxury penthouse with city view",
|
||||
},
|
||||
id: "p1", name: "Modern Urban Penthouse", price: "$2,500,000", variant: "Downtown Dallas", imageSrc: "http://img.b2bpic.net/free-photo/high-apartment-buildings-with-modern-design_1268-15586.jpg", imageAlt: "Luxury penthouse with city view"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Sprawling Estate with Pool",
|
||||
price: "$7,800,000",
|
||||
variant: "Preston Hollow",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mosque-pictures-moroccan-wall-pattern_1203-5080.jpg",
|
||||
imageAlt: "Large estate with a swimming pool",
|
||||
},
|
||||
id: "p2", name: "Sprawling Estate with Pool", price: "$7,800,000", variant: "Preston Hollow", imageSrc: "http://img.b2bpic.net/free-photo/mosque-pictures-moroccan-wall-pattern_1203-5080.jpg", imageAlt: "Large estate with a swimming pool"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Historic Highland Park Mansion",
|
||||
price: "$5,200,000",
|
||||
variant: "Highland Park",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orlando-lake-lucerne_649448-2995.jpg",
|
||||
imageAlt: "Grand historic mansion exterior",
|
||||
},
|
||||
id: "p3", name: "Historic Highland Park Mansion", price: "$5,200,000", variant: "Highland Park", imageSrc: "http://img.b2bpic.net/free-photo/orlando-lake-lucerne_649448-2995.jpg", imageAlt: "Grand historic mansion exterior"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Contemporary Lakewood Retreat",
|
||||
price: "$3,100,000",
|
||||
variant: "Lakewood",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160111.jpg",
|
||||
imageAlt: "Modern home interior with large windows",
|
||||
},
|
||||
id: "p4", name: "Contemporary Lakewood Retreat", price: "$3,100,000", variant: "Lakewood", imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160111.jpg", imageAlt: "Modern home interior with large windows"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Mediterranean Villa",
|
||||
price: "$4,600,000",
|
||||
variant: "University Park",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/type-luxurious-summer-villa-hotel-amara-dolce-vita-luxury-hotel-beautiful-architecture-tekirova-kemer-turkey_146671-18715.jpg",
|
||||
imageAlt: "Luxurious Mediterranean style villa",
|
||||
},
|
||||
id: "p5", name: "Mediterranean Villa", price: "$4,600,000", variant: "University Park", imageSrc: "http://img.b2bpic.net/free-photo/type-luxurious-summer-villa-hotel-amara-dolce-vita-luxury-hotel-beautiful-architecture-tekirova-kemer-turkey_146671-18715.jpg", imageAlt: "Luxurious Mediterranean style villa"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Lakeside Custom Home",
|
||||
price: "$6,900,000",
|
||||
variant: "Lake Highlands",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/balboa-park-san-diego-with-architecture_649448-2518.jpg",
|
||||
imageAlt: "Modern house overlooking a lake",
|
||||
},
|
||||
id: "p6", name: "Lakeside Custom Home", price: "$6,900,000", variant: "Lake Highlands", imageSrc: "http://img.b2bpic.net/free-photo/balboa-park-san-diego-with-architecture_649448-2518.jpg", imageAlt: "Modern house overlooking a lake"},
|
||||
]}
|
||||
title="Discover Your Next Premier Property"
|
||||
description="Explore an exclusive collection of luxury homes and estates hand-selected for their unique charm, superior amenities, and prime locations across Dallas."
|
||||
@@ -245,37 +153,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "dallas-team",
|
||||
groupTitle: "Dallas Premier Agents",
|
||||
members: [
|
||||
id: "dallas-team", groupTitle: "Dallas Premier Agents", members: [
|
||||
{
|
||||
id: "member-1",
|
||||
title: "Eleanor Vance",
|
||||
subtitle: "Principal Broker",
|
||||
detail: "Over 20 years experience in luxury residential sales, specializing in high-net-worth clients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-are-working-project-man-woman-holding-folder-employees-their-office_1157-41847.jpg",
|
||||
imageAlt: "Professional portrait of Eleanor Vance",
|
||||
},
|
||||
id: "member-1", title: "Eleanor Vance", subtitle: "Principal Broker", detail: "Over 20 years experience in luxury residential sales, specializing in high-net-worth clients.", imageSrc: "http://img.b2bpic.net/free-photo/people-are-working-project-man-woman-holding-folder-employees-their-office_1157-41847.jpg", imageAlt: "Professional portrait of Eleanor Vance"},
|
||||
{
|
||||
id: "member-2",
|
||||
title: "Marcus Thorne",
|
||||
subtitle: "Lead Listing Specialist",
|
||||
detail: "Expert in market analysis and strategic pricing for premium Dallas properties.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-laptop-disposal-cup-standing-outdoors_23-2147970970.jpg",
|
||||
imageAlt: "Professional portrait of Marcus Thorne",
|
||||
},
|
||||
id: "member-2", title: "Marcus Thorne", subtitle: "Lead Listing Specialist", detail: "Expert in market analysis and strategic pricing for premium Dallas properties.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-laptop-disposal-cup-standing-outdoors_23-2147970970.jpg", imageAlt: "Professional portrait of Marcus Thorne"},
|
||||
{
|
||||
id: "member-3",
|
||||
title: "Sophia Rodriguez",
|
||||
subtitle: "Buyer's Agent & Relocation Expert",
|
||||
detail: "Dedicated to finding perfect matches for corporate relocation and discerning buyers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
imageAlt: "Professional portrait of Sophia Rodriguez",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302621.jpg?_wi=2",
|
||||
imageAlt: "professional male real estate agent smiling",
|
||||
},
|
||||
id: "member-3", title: "Sophia Rodriguez", subtitle: "Buyer's Agent & Relocation Expert", detail: "Dedicated to finding perfect matches for corporate relocation and discerning buyers.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Professional portrait of Sophia Rodriguez"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Meet Our Distinguished Agents"
|
||||
description="Our team of seasoned professionals brings a wealth of knowledge, integrity, and a passion for luxury real estate to every client interaction."
|
||||
@@ -289,45 +175,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
name: "Sarah & John D.",
|
||||
handle: "@DallasDreamHome",
|
||||
testimonial: "Dallas Premier Realty Group made our dream of owning a luxury home in Preston Hollow a reality. Their professionalism and market knowledge are unmatched!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-posing-new-flat_23-2147758899.jpg",
|
||||
imageAlt: "Happy couple smiling in their new luxury home",
|
||||
},
|
||||
id: "test-1", name: "Sarah & John D.", handle: "@DallasDreamHome", testimonial: "Dallas Premier Realty Group made our dream of owning a luxury home in Preston Hollow a reality. Their professionalism and market knowledge are unmatched!", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-posing-new-flat_23-2147758899.jpg", imageAlt: "Happy couple smiling in their new luxury home"},
|
||||
{
|
||||
id: "test-2",
|
||||
name: "Michael R.",
|
||||
handle: "@LuxuryInvestor",
|
||||
testimonial: "As an investor, I rely on top-tier advice. Dallas Premier provided unparalleled insights and found me an incredible property with significant upside.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-discussing-work-project-online-meeting-looking-laptop-working-office_1258-195320.jpg",
|
||||
imageAlt: "Professional executive giving a satisfied look",
|
||||
},
|
||||
id: "test-2", name: "Michael R.", handle: "@LuxuryInvestor", testimonial: "As an investor, I rely on top-tier advice. Dallas Premier provided unparalleled insights and found me an incredible property with significant upside.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-discussing-work-project-online-meeting-looking-laptop-working-office_1258-195320.jpg", imageAlt: "Professional executive giving a satisfied look"},
|
||||
{
|
||||
id: "test-3",
|
||||
name: "Emily C.",
|
||||
handle: "@DallasDownsize",
|
||||
testimonial: "Downsizing felt daunting until we met the team. They patiently guided us to a perfect, elegant smaller home in University Park. Truly grateful!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-showing-new-house-smiley-couple-laptop_23-2148895494.jpg",
|
||||
imageAlt: "Senior couple enjoying their elegant, smaller home",
|
||||
},
|
||||
id: "test-3", name: "Emily C.", handle: "@DallasDownsize", testimonial: "Downsizing felt daunting until we met the team. They patiently guided us to a perfect, elegant smaller home in University Park. Truly grateful!", imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-showing-new-house-smiley-couple-laptop_23-2148895494.jpg", imageAlt: "Senior couple enjoying their elegant, smaller home"},
|
||||
{
|
||||
id: "test-4",
|
||||
name: "David L.",
|
||||
handle: "@CorporateRelo",
|
||||
testimonial: "Relocating to Dallas was seamless thanks to their expertise. They understood our needs perfectly and found us a magnificent home quickly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-lawn_1170-2804.jpg",
|
||||
imageAlt: "Happy young family in front of their new house",
|
||||
},
|
||||
id: "test-4", name: "David L.", handle: "@CorporateRelo", testimonial: "Relocating to Dallas was seamless thanks to their expertise. They understood our needs perfectly and found us a magnificent home quickly.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-lawn_1170-2804.jpg", imageAlt: "Happy young family in front of their new house"},
|
||||
{
|
||||
id: "test-5",
|
||||
name: "Jessica M.",
|
||||
handle: "@DallasLifestyle",
|
||||
testimonial: "From initial search to closing, the service was exceptional. They found a unique urban penthouse that perfectly fits my lifestyle. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-smiley-business-woman-with-glasses_23-2148317348.jpg",
|
||||
imageAlt: "Successful woman smiling inside a modern penthouse",
|
||||
},
|
||||
id: "test-5", name: "Jessica M.", handle: "@DallasLifestyle", testimonial: "From initial search to closing, the service was exceptional. They found a unique urban penthouse that perfectly fits my lifestyle. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-smiley-business-woman-with-glasses_23-2148317348.jpg", imageAlt: "Successful woman smiling inside a modern penthouse"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from satisfied homeowners who found their dream properties with the expert guidance of Dallas Premier Realty Group."
|
||||
@@ -340,20 +196,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What makes Dallas Premier Realty Group unique?",
|
||||
content: "Our group offers unparalleled local market expertise, exclusive access to off-market listings, and a highly personalized, discreet service tailored to discerning luxury buyers and sellers.",
|
||||
},
|
||||
id: "faq-1", title: "What makes Dallas Premier Realty Group unique?", content: "Our group offers unparalleled local market expertise, exclusive access to off-market listings, and a highly personalized, discreet service tailored to discerning luxury buyers and sellers."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How do you handle client confidentiality?",
|
||||
content: "Client confidentiality is paramount. We adhere to the strictest privacy protocols, ensuring all your information and transactions are handled with the utmost discretion and security.",
|
||||
},
|
||||
id: "faq-2", title: "How do you handle client confidentiality?", content: "Client confidentiality is paramount. We adhere to the strictest privacy protocols, ensuring all your information and transactions are handled with the utmost discretion and security."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can you assist with corporate relocations to Dallas?",
|
||||
content: "Absolutely. We specialize in corporate relocations, providing comprehensive support from property selection in ideal neighborhoods to facilitating a smooth transition for your executives and their families.",
|
||||
},
|
||||
id: "faq-3", title: "Can you assist with corporate relocations to Dallas?", content: "Absolutely. We specialize in corporate relocations, providing comprehensive support from property selection in ideal neighborhoods to facilitating a smooth transition for your executives and their families."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about buying luxury real estate in Dallas, our process, and what sets us apart."
|
||||
@@ -366,14 +213,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Dallas Architecture Collective",
|
||||
"Luxury Living Magazine",
|
||||
"Prestige Home Finance",
|
||||
"Elite Interior Designs",
|
||||
"Corporate Relocation Services",
|
||||
"DFW Legal Partners",
|
||||
"Texas Realty Insights",
|
||||
]}
|
||||
"Dallas Architecture Collective", "Luxury Living Magazine", "Prestige Home Finance", "Elite Interior Designs", "Corporate Relocation Services", "DFW Legal Partners", "Texas Realty Insights"]}
|
||||
title="Trusted by Discerning Buyers & Partners"
|
||||
description="Our reputation is built on strong relationships and successful transactions with clients and leading industry affiliations."
|
||||
/>
|
||||
@@ -383,20 +223,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Connect"
|
||||
title="Ready to Find Your Premier Dallas Home?"
|
||||
description="Reach out today for a confidential consultation or to inquire about exclusive listings. Your luxury real estate journey begins here."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Today",
|
||||
href: "tel:214-555-0198",
|
||||
},
|
||||
text: "Call Us Today", href: "tel:214-555-0198"},
|
||||
{
|
||||
text: "Send a Message",
|
||||
href: "#",
|
||||
},
|
||||
text: "Send a Message", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -405,13 +240,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Dallas Premier Realty Group"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user