Merge version_1 into main #2
307
src/app/page.tsx
307
src/app/page.tsx
@@ -19,27 +19,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Doty Realty Group"
|
||||
/>
|
||||
@@ -47,104 +42,32 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Your Trusted Knoxville Real Estate Partners"
|
||||
description="Steve and Tonja Doty are dedicated to making your home buying or selling journey seamless and successful."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@knoxvillehome",
|
||||
testimonial: "Absolutely wonderful people to work with.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-texture-retro-tuscany-city_1203-5049.jpg?_wi=1",
|
||||
imageAlt: "luxury real estate home exterior knoxville",
|
||||
},
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "@newowner",
|
||||
testimonial: "Steve and I could NOT be happier with our experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-enjoying-their-new-house_23-2148895442.jpg",
|
||||
imageAlt: "luxury real estate home exterior knoxville",
|
||||
},
|
||||
{
|
||||
name: "Lisa K.",
|
||||
handle: "@knhomeowner",
|
||||
testimonial: "We highly recommend them for all your realtor needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-woman-ironing-home_23-2147766903.jpg",
|
||||
imageAlt: "luxury real estate home exterior knoxville",
|
||||
},
|
||||
{
|
||||
name: "John R.",
|
||||
handle: "@buyer",
|
||||
testimonial: "Professional, caring, and highly responsive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shining-face-beautiful-woman-home_329181-1327.jpg",
|
||||
imageAlt: "luxury real estate home exterior knoxville",
|
||||
},
|
||||
{
|
||||
name: "Emily B.",
|
||||
handle: "@seller",
|
||||
testimonial: "Sold our home in record time!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-posing-front-window-taking-selfie-from-cellphone_23-2147937063.jpg",
|
||||
imageAlt: "luxury real estate home exterior knoxville",
|
||||
},
|
||||
{ name: "Sarah J.", handle: "@knoxvillehome", testimonial: "Absolutely wonderful people to work with.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/street-texture-retro-tuscany-city_1203-5049.jpg", imageAlt: "luxury real estate home exterior knoxville" },
|
||||
{ name: "Mark D.", handle: "@newowner", testimonial: "Steve and I could NOT be happier with our experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-enjoying-their-new-house_23-2148895442.jpg", imageAlt: "luxury real estate home exterior knoxville" },
|
||||
{ name: "Lisa K.", handle: "@knhomeowner", testimonial: "We highly recommend them for all your realtor needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-woman-ironing-home_23-2147766903.jpg", imageAlt: "luxury real estate home exterior knoxville" },
|
||||
{ name: "John R.", handle: "@buyer", testimonial: "Professional, caring, and highly responsive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/shining-face-beautiful-woman-home_329181-1327.jpg", imageAlt: "luxury real estate home exterior knoxville" },
|
||||
{ name: "Emily B.", handle: "@seller", testimonial: "Sold our home in record time!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-posing-front-window-taking-selfie-from-cellphone_23-2147937063.jpg", imageAlt: "luxury real estate home exterior knoxville" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:8655997967",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-texture-retro-tuscany-city_1203-5049.jpg?_wi=2"
|
||||
buttons={[{ text: "Call Now", href: "tel:8655997967" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-texture-retro-tuscany-city_1203-5049.jpg"
|
||||
imageAlt="Doty Knoxville Real Estate Group"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-team-standing-office_23-2148327012.jpg",
|
||||
alt: "Smiley team",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-his-arm-crossed-sitting-stool_23-2148306623.jpg",
|
||||
alt: "Professional partner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290158.jpg",
|
||||
alt: "Community member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-man-talking-phone-near-office-space_146671-18686.jpg",
|
||||
alt: "Responsive agent",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2685.jpg",
|
||||
alt: "Satisfied homeowner",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-team-standing-office_23-2148327012.jpg", alt: "Smiley team" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-having-his-arm-crossed-sitting-stool_23-2148306623.jpg", alt: "Professional partner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290158.jpg", alt: "Community member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-young-man-talking-phone-near-office-space_146671-18686.jpg", alt: "Responsive agent" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2685.jpg", alt: "Satisfied homeowner" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Knoxville Real Estate",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Buying & Selling",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "New Construction",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Investment Property",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Property Management",
|
||||
},
|
||||
{ type: "text", text: "Knoxville Real Estate" },
|
||||
{ type: "text", text: "Buying & Selling" },
|
||||
{ type: "text", text: "New Construction" },
|
||||
{ type: "text", text: "Investment Property" },
|
||||
{ type: "text", text: "Property Management" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -153,12 +76,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Caring Realty Specialists Serving Knoxville"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,27 +86,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Buying Agent",
|
||||
subtitle: "First-time to luxury buyers.",
|
||||
category: "Buying",
|
||||
value: "Expert Guidance",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Seller's Agent",
|
||||
subtitle: "Get top value for your home.",
|
||||
category: "Selling",
|
||||
value: "Maximum Returns",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "New Construction",
|
||||
subtitle: "Sales, leasing & development.",
|
||||
category: "New Build",
|
||||
value: "Expert Advice",
|
||||
},
|
||||
{ id: "f1", title: "Buying Agent", subtitle: "First-time to luxury buyers.", category: "Buying", value: "Expert Guidance" },
|
||||
{ id: "f2", title: "Seller's Agent", subtitle: "Get top value for your home.", category: "Selling", value: "Maximum Returns" },
|
||||
{ id: "f3", title: "New Construction", subtitle: "Sales, leasing & development.", category: "New Build", value: "Expert Advice" }
|
||||
]}
|
||||
title="Expert Real Estate Services"
|
||||
description="Comprehensive support for all your real estate goals."
|
||||
@@ -202,42 +102,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Property Management",
|
||||
price: "Expert Care",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-sign-icon-left-side-white-background_187299-40319.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Home Evaluations",
|
||||
price: "Know Your Value",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/real-state-logos-collection_1025-416.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Relocation Assistance",
|
||||
price: "Smooth Moves",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-icon-sign-right-side-with-white-background_187299-40064.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Investment Planning",
|
||||
price: "Growth Strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-logo-with-hexagon-red-purple_698780-1043.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Buyer's Consultation",
|
||||
price: "Step-by-Step",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-real-estate-building-logo-template_1017-59366.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Knoxville Market Expert",
|
||||
price: "Local Insight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-holding-business-card_23-2148012905.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Property Management", price: "Expert Care", imageSrc: "http://img.b2bpic.net/free-photo/home-sign-icon-left-side-white-background_187299-40319.jpg" },
|
||||
{ id: "p2", name: "Home Evaluations", price: "Know Your Value", imageSrc: "http://img.b2bpic.net/free-vector/real-state-logos-collection_1025-416.jpg" },
|
||||
{ id: "p3", name: "Relocation Assistance", price: "Smooth Moves", imageSrc: "http://img.b2bpic.net/free-photo/home-icon-sign-right-side-with-white-background_187299-40064.jpg" },
|
||||
{ id: "p4", name: "Investment Planning", price: "Growth Strategy", imageSrc: "http://img.b2bpic.net/free-vector/modern-logo-with-hexagon-red-purple_698780-1043.jpg" },
|
||||
{ id: "p5", name: "Buyer's Consultation", price: "Step-by-Step", imageSrc: "http://img.b2bpic.net/free-vector/abstract-real-estate-building-logo-template_1017-59366.jpg" },
|
||||
{ id: "p6", name: "Knoxville Market Expert", price: "Local Insight", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-holding-business-card_23-2148012905.jpg" }
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="Tailored solutions to navigate the real estate market."
|
||||
@@ -251,26 +121,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="The Smith Family"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-couple-enjoying-their-new-house_23-2148895442.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-man-woman-ironing-home_23-2147766903.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shining-face-beautiful-woman-home_329181-1327.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-young-man-posing-front-window-taking-selfie-from-cellphone_23-2147937063.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/we-are-so-happy-from-our-new-apartment_329181-164.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-couple-enjoying-their-new-house_23-2148895442.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-man-woman-ironing-home_23-2147766903.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/shining-face-beautiful-woman-home_329181-1327.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/stylish-young-man-posing-front-window-taking-selfie-from-cellphone_23-2147937063.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/we-are-so-happy-from-our-new-apartment_329181-164.jpg", alt: "Client 5" }
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -282,13 +137,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Realty Executives",
|
||||
"Knoxville Housing",
|
||||
"Ball Homes",
|
||||
"Local Development",
|
||||
"Knox Real Estate",
|
||||
"Home Builders Assn",
|
||||
"Relocation Partners",
|
||||
"Realty Executives", "Knoxville Housing", "Ball Homes", "Local Development", "Knox Real Estate", "Home Builders Assn", "Relocation Partners"
|
||||
]}
|
||||
title="Serving the Community"
|
||||
description="Proudly working with top industry partners to serve you."
|
||||
@@ -300,21 +149,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We primarily serve the entire Knoxville metropolitan area and surrounding communities.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you help with new construction?",
|
||||
content: "Yes, we specialize in new construction sales and leasing services.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer property management?",
|
||||
content: "Absolutely, we provide full-service property management solutions.",
|
||||
},
|
||||
{ id: "q1", title: "What areas do you serve?", content: "We primarily serve the entire Knoxville metropolitan area and surrounding communities." },
|
||||
{ id: "q2", title: "Do you help with new construction?", content: "Yes, we specialize in new construction sales and leasing services." },
|
||||
{ id: "q3", title: "Do you offer property management?", content: "Absolutely, we provide full-service property management solutions." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -325,16 +162,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Ready to buy or sell in Knoxville? Contact Steve and Tonja Doty today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call: (865) 599-7967",
|
||||
href: "tel:8655997967",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call: (865) 599-7967", href: "tel:8655997967" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -343,35 +173,18 @@ export default function LandingPage() {
|
||||
logoText="Doty Realty Group"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
],
|
||||
title: "Navigate", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Testimonials", href: "#testimonials" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:8655997967",
|
||||
},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Us", href: "tel:8655997967" },
|
||||
{ label: "Location", href: "#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 Steve and Tonja Doty | Realty Executives Associates"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user