Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
251
src/app/page.tsx
251
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "#properties",
|
||||
},
|
||||
name: "Properties", id: "#properties"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Abyat United"
|
||||
bottomLeftText="Kuwait's Premier"
|
||||
@@ -69,13 +57,9 @@ export default function LandingPage() {
|
||||
tag="Abyat United"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Properties",
|
||||
href: "#properties",
|
||||
},
|
||||
text: "Explore Properties", href: "#properties"},
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get in Touch", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918914.jpg"
|
||||
imageAlt="Luxury Real Estate in Kuwait"
|
||||
@@ -83,25 +67,15 @@ export default function LandingPage() {
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
alt: "Client Profile 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Client Profile 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg",
|
||||
alt: "Client Profile 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg", alt: "Client Profile 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064884.jpg",
|
||||
alt: "Client Profile 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064884.jpg", alt: "Client Profile 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-kitchen-giving-you-cup-tea-taking-break-drinking-coffee-home_1258-202678.jpg",
|
||||
alt: "Client Profile 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-kitchen-giving-you-cup-tea-taking-break-drinking-coffee-home_1258-202678.jpg", alt: "Client Profile 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg",
|
||||
alt: "Client Profile 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", alt: "Client Profile 5"},
|
||||
]}
|
||||
avatarText="Trusted by over 1000+ satisfied clients."
|
||||
/>
|
||||
@@ -112,17 +86,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"SALE",
|
||||
"PURCHASE",
|
||||
"RENTAL",
|
||||
"VALUATION",
|
||||
"KUWAIT CITY",
|
||||
"SALE",
|
||||
"PURCHASE",
|
||||
"RENTAL",
|
||||
"VALUATION",
|
||||
"KUWAIT CITY",
|
||||
]}
|
||||
"SALE", "PURCHASE", "RENTAL", "VALUATION", "KUWAIT CITY", "SALE", "PURCHASE", "RENTAL", "VALUATION", "KUWAIT CITY"]}
|
||||
title="Key Real Estate Services"
|
||||
description="Our expertise spans across the core facets of the Kuwaiti property market, ensuring comprehensive solutions for our clients."
|
||||
speed={80}
|
||||
@@ -137,22 +101,16 @@ export default function LandingPage() {
|
||||
description="Abyat United Real Estate is a leading real estate company operating in Kuwait, dedicated to delivering premium property solutions for individuals and investors. With a deep understanding of the local market, we empower our clients to make informed decisions, ensuring success in every transaction."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years of Experience",
|
||||
},
|
||||
value: "15+", title: "Years of Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Properties Managed",
|
||||
},
|
||||
value: "500+", title: "Properties Managed"},
|
||||
{
|
||||
value: "1000+",
|
||||
title: "Happy Clients",
|
||||
},
|
||||
value: "1000+", title: "Happy Clients"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-469.jpg"
|
||||
imageAlt="Architectural plans and a modern office"
|
||||
mediaAnimation="reveal-blur"
|
||||
metricsAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -160,46 +118,23 @@ export default function LandingPage() {
|
||||
<FeatureCardTwelve
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: "sale",
|
||||
label: "Property Sale",
|
||||
title: "Maximizing Your Returns",
|
||||
items: [
|
||||
"Strategic market analysis",
|
||||
"Targeted marketing campaigns",
|
||||
"Expert negotiation for optimal prices",
|
||||
],
|
||||
id: "sale", label: "Property Sale", title: "Maximizing Your Returns", items: [
|
||||
"Strategic market analysis", "Targeted marketing campaigns", "Expert negotiation for optimal prices"],
|
||||
},
|
||||
{
|
||||
id: "purchase",
|
||||
label: "Property Purchase",
|
||||
title: "Finding Your Dream Property",
|
||||
items: [
|
||||
"Personalized property matching",
|
||||
"In-depth due diligence",
|
||||
"Seamless acquisition process",
|
||||
],
|
||||
id: "purchase", label: "Property Purchase", title: "Finding Your Dream Property", items: [
|
||||
"Personalized property matching", "In-depth due diligence", "Seamless acquisition process"],
|
||||
},
|
||||
{
|
||||
id: "rental",
|
||||
label: "Rental Management",
|
||||
title: "Hassle-Free Leasing",
|
||||
items: [
|
||||
"Tenant screening and placement",
|
||||
"Property maintenance and upkeep",
|
||||
"Rent collection and lease management",
|
||||
],
|
||||
id: "rental", label: "Rental Management", title: "Hassle-Free Leasing", items: [
|
||||
"Tenant screening and placement", "Property maintenance and upkeep", "Rent collection and lease management"],
|
||||
},
|
||||
{
|
||||
id: "valuation",
|
||||
label: "Property Valuation",
|
||||
title: "Accurate Market Insights",
|
||||
items: [
|
||||
"Comprehensive property assessment",
|
||||
"Market trend analysis",
|
||||
"Expert reports for informed decisions",
|
||||
],
|
||||
id: "valuation", label: "Property Valuation", title: "Accurate Market Insights", items: [
|
||||
"Comprehensive property assessment", "Market trend analysis", "Expert reports for informed decisions"],
|
||||
},
|
||||
]}
|
||||
title="Our Comprehensive Services"
|
||||
@@ -213,55 +148,20 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
carouselMode="auto"
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "The Grand Residence",
|
||||
price: "KWD 1,500,000",
|
||||
variant: "Luxury Villa | Salwa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg",
|
||||
imageAlt: "Grand Residence Luxury Villa",
|
||||
},
|
||||
id: "p1", name: "The Grand Residence", price: "KWD 1,500,000", variant: "Luxury Villa | Salwa", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", imageAlt: "Grand Residence Luxury Villa"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Skyline Penthouse",
|
||||
price: "KWD 850,000",
|
||||
variant: "Modern Apartment | Kuwait City",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-island-armchair-stylish-open-space-home-design_169016-72732.jpg",
|
||||
imageAlt: "Skyline Penthouse Apartment",
|
||||
},
|
||||
id: "p2", name: "Skyline Penthouse", price: "KWD 850,000", variant: "Modern Apartment | Kuwait City", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-island-armchair-stylish-open-space-home-design_169016-72732.jpg", imageAlt: "Skyline Penthouse Apartment"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Capital Office Suites",
|
||||
price: "KWD 2,200,000",
|
||||
variant: "Commercial | Sharq",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking_23-2147996548.jpg",
|
||||
imageAlt: "Capital Office Suites Building",
|
||||
},
|
||||
id: "p3", name: "Capital Office Suites", price: "KWD 2,200,000", variant: "Commercial | Sharq", imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking_23-2147996548.jpg", imageAlt: "Capital Office Suites Building"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Desert Oasis Villa",
|
||||
price: "KWD 1,100,000",
|
||||
variant: "Contemporary Home | Khiran",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248426.jpg",
|
||||
imageAlt: "Desert Oasis Villa",
|
||||
},
|
||||
id: "p4", name: "Desert Oasis Villa", price: "KWD 1,100,000", variant: "Contemporary Home | Khiran", imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248426.jpg", imageAlt: "Desert Oasis Villa"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Al-Rawda Palace",
|
||||
price: "KWD 3,000,000",
|
||||
variant: "Estate | Al-Rawda",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976552.jpg",
|
||||
imageAlt: "Al-Rawda Palace Interior",
|
||||
},
|
||||
id: "p5", name: "Al-Rawda Palace", price: "KWD 3,000,000", variant: "Estate | Al-Rawda", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976552.jpg", imageAlt: "Al-Rawda Palace Interior"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Seafront Apartment",
|
||||
price: "KWD 700,000",
|
||||
variant: "Beachfront Condo | Salmiya",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119013.jpg",
|
||||
imageAlt: "Seafront Apartment",
|
||||
},
|
||||
id: "p6", name: "Seafront Apartment", price: "KWD 700,000", variant: "Beachfront Condo | Salmiya", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119013.jpg", imageAlt: "Seafront Apartment"},
|
||||
]}
|
||||
title="Signature Properties"
|
||||
description="Discover an exclusive collection of Kuwait's finest properties, handpicked for their unique charm and investment potential. Each listing is a testament to luxury and strategic location."
|
||||
@@ -273,34 +173,19 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "01",
|
||||
title: "Deep Market Expertise",
|
||||
description: "Unrivaled understanding of Kuwait's real estate landscape.",
|
||||
icon: Shield,
|
||||
id: "m1", value: "01", title: "Deep Market Expertise", description: "Unrivaled understanding of Kuwait's real estate landscape.", icon: Shield,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "02",
|
||||
title: "Trusted by Hundreds",
|
||||
description: "A legacy of successful transactions and satisfied clients.",
|
||||
icon: Users,
|
||||
id: "m2", value: "02", title: "Trusted by Hundreds", description: "A legacy of successful transactions and satisfied clients.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "03",
|
||||
title: "End-to-End Support",
|
||||
description: "Guidance and assistance through every step of your journey.",
|
||||
icon: LifeBuoy,
|
||||
id: "m3", value: "03", title: "End-to-End Support", description: "Guidance and assistance through every step of your journey.", icon: LifeBuoy,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "04",
|
||||
title: "Kuwait's #1 Choice",
|
||||
description: "Recognized as the premier partner for premium properties.",
|
||||
icon: Award,
|
||||
id: "m4", value: "04", title: "Kuwait's #1 Choice", description: "Recognized as the premier partner for premium properties.", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Why Partner with Abyat United?"
|
||||
@@ -312,8 +197,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Connect with Us"
|
||||
title="Your Journey Starts Here."
|
||||
description="Reach out to Abyat United for expert advice and personalized real estate solutions.\n\nPhone: +965 9853 3808\nAddress: Mubarak Al-Kabeer Street, Kuwait City, Kuwait"
|
||||
@@ -326,62 +210,37 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Properties",
|
||||
href: "#properties",
|
||||
},
|
||||
label: "Properties", href: "#properties"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Property Sale",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Property Sale", href: "#services"},
|
||||
{
|
||||
label: "Property Purchase",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Property Purchase", href: "#services"},
|
||||
{
|
||||
label: "Rental Management",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Rental Management", href: "#services"},
|
||||
{
|
||||
label: "Property Valuation",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Property Valuation", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "+965 9853 3808",
|
||||
href: "tel:+96598533808",
|
||||
},
|
||||
label: "+965 9853 3808", href: "tel:+96598533808"},
|
||||
{
|
||||
label: "Mubarak Al-Kabeer Street, Kuwait City",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Mubarak Al-Kabeer Street, Kuwait City", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user