5 Commits

Author SHA1 Message Date
71729bdf58 Merge version_3 into main
Merge version_3 into main
2026-05-22 13:41:48 +00:00
3771b2d677 Update src/app/page.tsx 2026-05-22 13:41:44 +00:00
55a0aeb767 Merge version_2 into main
Merge version_2 into main
2026-05-22 13:38:39 +00:00
2901c22b93 Merge version_2 into main
Merge version_2 into main
2026-05-22 13:38:15 +00:00
2d9f39a97c Merge version_2 into main
Merge version_2 into main
2026-05-22 13:37:48 +00:00

View File

@@ -31,32 +31,32 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Listings", id: "products" }, { name: "Services", id: "products" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
brandName="Elite Estate" brandName="AFRA DEMİR BEAUTY"
button={{ text: "Get Started", href: "#contact" }} button={{ text: "Book Now", href: "#contact" }}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardTestimonial <HeroBillboardTestimonial
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
title="Your Trusted Guide in Luxury Real Estate" title="AFRA DEMİR BEAUTY"
description="Expert guidance for premium property acquisition, investment strategy, and comprehensive portfolio management." description="Professional beauty and aesthetic services designed to enhance your natural radiance."
testimonials={[ testimonials={[
{ name: "Sarah Jenkins", handle: "@sjenkins", testimonial: "The best guidance I've received for my portfolio.", rating: 5 }, { name: "Ayşe Y.", handle: "@aysey", testimonial: "The best service I have received.", rating: 5 },
{ name: "Marcus Thorne", handle: "@mthorne", testimonial: "Exceptional market intelligence and execution.", rating: 5 } { name: "Fatma K.", handle: "@fatmak", testimonial: "Professional and high-quality results!", rating: 5 }
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/attractive-business-woman-takes-selfie-her-cosy-office_197531-27982.jpg" imageSrc="http://img.b2bpic.net/free-photo/portrait-young-woman-with-clean-skin_1142-638.jpg"
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextSplitAbout <TextSplitAbout
title="A Visionary Approach to Property" title="Our Beauty Philosophy"
description={["With a keen eye for value and deep market intelligence, I help high-net-worth clients secure properties that align with their long-term financial and lifestyle goals."]} description={["At Afra Demir Beauty, we prioritize your skin health and aesthetic goals through personalized treatments and modern techniques."]}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
@@ -65,12 +65,12 @@ export default function LandingPage() {
<MetricCardEleven <MetricCardEleven
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
title="Market Performance" title="Our Excellence"
description="Tangible results driven by market foresight." description="Beauty defined by precision and care."
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ id: "1", value: "12.5%", title: "ROI", description: "Average annual yield", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-skyline-waterfront-residential-neighborhood_1308-189598.jpg?_wi=1" }, { id: "1", value: "500+", title: "Satisfied Clients", description: "Happy beauty journeys completed", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cosmetics-arrangement_23-2148564299.jpg?_wi=1" },
{ id: "2", value: "40+", title: "Global Markets", description: "Investment coverage", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1" } { id: "2", value: "10+", title: "Premium Treatments", description: "Advanced aesthetic services", imageSrc: "http://img.b2bpic.net/free-photo/beauty-treatment-spa_1150-17688.jpg?_wi=1" }
]} ]}
/> />
</div> </div>
@@ -81,12 +81,12 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow" gridVariant="asymmetric-60-wide-40-narrow"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
title="Premium Listings" title="Our Services"
description="Our curated collection of premier luxury properties." description="Curated beauty experiences for your skin and soul."
products={[ products={[
{ id: "1", name: "The Horizon Penthouse", price: "$4.5M", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-skyline-waterfront-residential-neighborhood_1308-189598.jpg?_wi=2" }, { id: "1", name: "Skin Rejuvenation", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/spa-treatment-with-candles-flowers_23-2148419614.jpg?_wi=1" },
{ id: "2", name: "Waterfront Villa", price: "$6.1M", imageSrc: "http://img.b2bpic.net/free-photo/swimming-hotel-sky-vintage-chairs_1203-6262.jpg" }, { id: "2", name: "Facial Sculpting", price: "$200", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-getting-facial-treatment-beauty-salon_1150-25555.jpg?_wi=1" },
{ id: "3", name: "City Escape", price: "$2.8M", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2" } { id: "3", name: "Glow Therapy", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-table_23-2148564264.jpg?_wi=1" }
]} ]}
/> />
</div> </div>
@@ -94,11 +94,11 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFive <TestimonialCardFive
textboxLayout="split" textboxLayout="split"
title="Client Success" title="What Clients Say"
description="What clients say about our partnership." description="Hear from our lovely clients."
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ id: "t1", name: "Sarah Jenkins", date: "Oct 2023", title: "Exceptional service", quote: "Truly the best in the market.", tag: "Investor", avatarSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164706.jpg" } { id: "t1", name: "Ayşe Y.", date: "Oct 2023", title: "Exceptional", quote: "Professional, kind, and results were amazing!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-long-hair_1142-637.jpg" }
]} ]}
/> />
</div> </div>
@@ -108,10 +108,10 @@ export default function LandingPage() {
faqsAnimation="slide-up" faqsAnimation="slide-up"
textboxLayout="split" textboxLayout="split"
title="FAQ" title="FAQ"
description="Frequently asked questions about luxury real estate services." description="Everything you need to know about our services."
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ id: "q1", title: "How to start?", content: "Consultation is free for new clients." } { id: "q1", title: "How can I book?", content: "You can book through our contact page or via social media." }
]} ]}
/> />
</div> </div>
@@ -119,8 +119,8 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
tag="Contact" tag="Contact"
title="Get in touch" title="Ready for a glow-up?"
description="Schedule your private consultation today." description="Schedule your private consultation with us today."
buttons={[{ text: "Book Now", href: "#contact" }]} buttons={[{ text: "Book Now", href: "#contact" }]}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true} useInvertedBackground={true}
@@ -129,9 +129,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Elite Estate" logoText="AFRA DEMİR BEAUTY"
leftLink={{ text: "Privacy", href: "#" }} leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact", href: "#contact" }} rightLink={{ text: "Get in touch", href: "#contact" }}
/> />
</div> </div>
</ReactLenis> </ReactLenis>