Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 378072cbec | |||
| 4844936c2a | |||
| fd94fda396 | |||
| 454393c57b | |||
| b67386ac33 | |||
| 37c12dec85 | |||
| 2d33addc91 | |||
| 15b43583af | |||
| d3e740adf9 | |||
| d9c2460bae | |||
| bfe0bbbd3f | |||
| 55d69afaac | |||
| f24af18a8c | |||
| 1bc6882928 | |||
| 7254b33302 | |||
| 6a460903a2 | |||
| 3c00be555e | |||
| b3be36a145 | |||
| 2e937702a6 | |||
| 8406965558 | |||
| 4105d91be8 |
@@ -3,7 +3,6 @@
|
|||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
|
||||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||||
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
|
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
|
||||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||||
@@ -67,25 +66,6 @@ export default function AboutPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
|
||||||
<InlineImageSplitTextAbout
|
|
||||||
heading={[
|
|
||||||
{
|
|
||||||
type: "text", content: "20+ Years of Excellence in"},
|
|
||||||
{
|
|
||||||
type: "text", content: "Tel-Aviv Real Estate"},
|
|
||||||
]}
|
|
||||||
useInvertedBackground={false}
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Learn Our Story", href: "/about"},
|
|
||||||
{
|
|
||||||
text: "Meet Our Team", href: "/contact"},
|
|
||||||
]}
|
|
||||||
ariaLabel="Company overview and mission"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardThree
|
<MetricCardThree
|
||||||
metrics={[
|
metrics={[
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import Link from "next/link";
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||||
import { Phone } from "lucide-react";
|
import { Phone } from "lucide-react";
|
||||||
@@ -66,6 +67,28 @@ export default function ContactPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="contact-form" data-section="contact-form">
|
||||||
|
<ContactSplit
|
||||||
|
tag="Contact Us"
|
||||||
|
tagIcon={Phone}
|
||||||
|
title="Get in Touch with Our Team"
|
||||||
|
description="Have questions about properties or ready to schedule a viewing? Fill out the form below and our expert team will be in touch within 24 hours."
|
||||||
|
background={{
|
||||||
|
variant: "plain"
|
||||||
|
}}
|
||||||
|
useInvertedBackground={false}
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/city-sunset_181624-8834.jpg?_wi=1"
|
||||||
|
imageAlt="Contact our team"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
|
mediaPosition="right"
|
||||||
|
inputPlaceholder="Enter your email"
|
||||||
|
buttonText="Send"
|
||||||
|
termsText="We respect your privacy. Your information will be kept confidential."
|
||||||
|
onSubmit={(email) => console.log('Contact form submitted:', email)}
|
||||||
|
ariaLabel="Contact form section"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ import { Halant } from "next/font/google";
|
|||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Libre_Baskerville } from "next/font/google";
|
import { Libre_Baskerville } from "next/font/google";
|
||||||
|
|
||||||
@@ -60,7 +59,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
|
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
|
||||||
<Tag />
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
@@ -9,9 +9,10 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp
|
|||||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||||
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
|
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
|
||||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||||
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||||
import { Home, Users, TrendingUp, Award, Package, Phone } from "lucide-react";
|
import { Home, Users, TrendingUp, Award, Package, Phone, Mail } from "lucide-react";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
return (
|
return (
|
||||||
@@ -60,7 +61,6 @@ export default function HomePage() {
|
|||||||
text: "Schedule Consultation", href: "/contact"
|
text: "Schedule Consultation", href: "/contact"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
ariaLabel="Hero section with Tel-Aviv property showcase"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -90,30 +90,6 @@ export default function HomePage() {
|
|||||||
text: "View All Properties", href: "/properties"
|
text: "View All Properties", href: "/properties"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
ariaLabel="Featured property listings"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
|
||||||
<InlineImageSplitTextAbout
|
|
||||||
heading={[
|
|
||||||
{
|
|
||||||
type: "text", content: "20+ Years of Excellence in"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text", content: "Tel-Aviv Real Estate"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
useInvertedBackground={false}
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Learn Our Story", href: "/about"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Meet Our Team", href: "/contact"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
ariaLabel="Company overview and mission"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -144,7 +120,6 @@ export default function HomePage() {
|
|||||||
title: "Industry Awards", value: "18"
|
title: "Industry Awards", value: "18"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
ariaLabel="Company metrics and achievements"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -173,7 +148,6 @@ export default function HomePage() {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
ariaLabel="Real estate services overview"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -200,7 +174,27 @@ export default function HomePage() {
|
|||||||
imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=8", imageAlt: "Rachel Levy testimonial"
|
imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=8", imageAlt: "Rachel Levy testimonial"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
ariaLabel="Client testimonials and success stories"
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contact-form" data-section="contact-form">
|
||||||
|
<ContactSplitForm
|
||||||
|
title="Get in Touch"
|
||||||
|
description="Have questions about our properties or services? Contact our team for expert real estate guidance and support."
|
||||||
|
inputs={[
|
||||||
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
|
{ name: "email", type: "email", placeholder: "Your Email", required: true }
|
||||||
|
]}
|
||||||
|
textarea={{
|
||||||
|
name: "message", placeholder: "Tell us about your real estate needs...", rows: 5,
|
||||||
|
required: true
|
||||||
|
}}
|
||||||
|
useInvertedBackground={false}
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/city-sunset_181624-8834.jpg?_wi=1"
|
||||||
|
mediaPosition="right"
|
||||||
|
buttonText="Send Message"
|
||||||
|
mediaAnimation="none"
|
||||||
|
onSubmit={(data) => console.log('Contact form submitted:', data)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -222,7 +216,6 @@ export default function HomePage() {
|
|||||||
variant: "plain"
|
variant: "plain"
|
||||||
}}
|
}}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
ariaLabel="Contact and consultation call-to-action"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -279,7 +272,6 @@ export default function HomePage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 TelAviv Realty | Premium Real Estate in Tel-Aviv"
|
copyrightText="© 2025 TelAviv Realty | Premium Real Estate in Tel-Aviv"
|
||||||
ariaLabel="Website footer with navigation links"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user