Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
162
src/app/page.tsx
162
src/app/page.tsx
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Clients",
|
||||
id: "clients",
|
||||
},
|
||||
name: "Clients", id: "social-proof"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="EMPORIO GROUP"
|
||||
bottomLeftText="We connect lifestyle"
|
||||
@@ -60,19 +50,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
logoText="EMPORIO GROUP"
|
||||
description="We connect lifestyle through professional real estate and financial services, offering comprehensive solutions for a discerning clientele. Discover properties and opportunities tailored to your needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Our Services", href: "#services"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
layoutOrder="default"
|
||||
@@ -93,17 +78,11 @@ export default function LandingPage() {
|
||||
tag="Our Story"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Visionary Leadership",
|
||||
description: "Guided by seasoned professionals with a deep understanding of the market.",
|
||||
},
|
||||
title: "Visionary Leadership", description: "Guided by seasoned professionals with a deep understanding of the market."},
|
||||
{
|
||||
title: "Client-Centric Approach",
|
||||
description: "Tailored solutions that prioritize your unique goals and investment objectives.",
|
||||
},
|
||||
title: "Client-Centric Approach", description: "Tailored solutions that prioritize your unique goals and investment objectives."},
|
||||
{
|
||||
title: "Unwavering Integrity",
|
||||
description: "Operating with the highest ethical standards and transparency in all dealings.",
|
||||
},
|
||||
title: "Unwavering Integrity", description: "Operating with the highest ethical standards and transparency in all dealings."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-working-covid-concept_23-2148616720.jpg"
|
||||
imageAlt="Business professionals in a modern office, discussing strategies"
|
||||
@@ -113,35 +92,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Briefcase,
|
||||
title: "Real Estate Brokerage",
|
||||
description: "Expert assistance in buying, selling, and leasing residential and commercial properties with unparalleled market insight.",
|
||||
},
|
||||
title: "Real Estate Brokerage", description: "Expert assistance in buying, selling, and leasing residential and commercial properties with unparalleled market insight."},
|
||||
{
|
||||
icon: Building,
|
||||
title: "Property Management",
|
||||
description: "Comprehensive management solutions ensuring optimal property value and hassle-free ownership for investors and landlords.",
|
||||
},
|
||||
title: "Property Management", description: "Comprehensive management solutions ensuring optimal property value and hassle-free ownership for investors and landlords."},
|
||||
{
|
||||
icon: LineChart,
|
||||
title: "Investment Advisory",
|
||||
description: "Strategic financial guidance and portfolio management to maximize returns on your real estate and other assets.",
|
||||
},
|
||||
title: "Investment Advisory", description: "Strategic financial guidance and portfolio management to maximize returns on your real estate and other assets."},
|
||||
{
|
||||
icon: Scale,
|
||||
title: "Legal & Tax Consultation",
|
||||
description: "Specialized legal and tax advice for all real estate transactions and financial planning to ensure compliance and efficiency.",
|
||||
},
|
||||
title: "Legal & Tax Consultation", description: "Specialized legal and tax advice for all real estate transactions and financial planning to ensure compliance and efficiency."},
|
||||
{
|
||||
icon: Wallet,
|
||||
title: "Mortgage & Financing",
|
||||
description: "Access to competitive mortgage products and tailored financing solutions to facilitate your property acquisitions.",
|
||||
},
|
||||
title: "Mortgage & Financing", description: "Access to competitive mortgage products and tailored financing solutions to facilitate your property acquisitions."},
|
||||
]}
|
||||
title="Our Core Services"
|
||||
description="We offer a diverse range of services designed to meet your every need in real estate and finance. From finding your dream home to optimizing your investments, our experts are here to guide you."
|
||||
@@ -151,38 +120,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anna Kowalska",
|
||||
role: "CEO, InvestPro",
|
||||
testimonial: "Emporio Group provided exceptional service in securing our new office space. Their market knowledge and negotiation skills were truly impressive. A reliable partner for any real estate need.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg",
|
||||
},
|
||||
id: "1", name: "Anna Kowalska", role: "CEO, InvestPro", testimonial: "Emporio Group provided exceptional service in securing our new office space. Their market knowledge and negotiation skills were truly impressive. A reliable partner for any real estate need.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jan Nowak",
|
||||
role: "Private Investor",
|
||||
testimonial: "The financial advisory from Emporio Group has been instrumental in growing my investment portfolio. Their strategic insights are invaluable, and their team is always professional and responsive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1600.jpg",
|
||||
},
|
||||
id: "2", name: "Jan Nowak", role: "Private Investor", testimonial: "The financial advisory from Emporio Group has been instrumental in growing my investment portfolio. Their strategic insights are invaluable, and their team is always professional and responsive.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1600.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Wiśniewska",
|
||||
role: "Home Buyer",
|
||||
testimonial: "Finding our dream home felt effortless with Emporio Group. They understood our needs perfectly and guided us through every step. Highly recommend their personalized approach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-expert-beams-with-excitement-celebrating-her-latest-accomplishment_482257-123899.jpg",
|
||||
},
|
||||
id: "3", name: "Maria Wiśniewska", role: "Home Buyer", testimonial: "Finding our dream home felt effortless with Emporio Group. They understood our needs perfectly and guided us through every step. Highly recommend their personalized approach.", imageSrc: "http://img.b2bpic.net/free-photo/professional-expert-beams-with-excitement-celebrating-her-latest-accomplishment_482257-123899.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Piotr Zieliński",
|
||||
role: "Property Developer",
|
||||
testimonial: "Emporio Group's property management services have significantly streamlined our operations and boosted our rental income. Their efficiency and attention to detail are top-notch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-praising-good-work-showing-thumbs-up-smiling-satisfied-standing_1258-26394.jpg",
|
||||
},
|
||||
id: "4", name: "Piotr Zieliński", role: "Property Developer", testimonial: "Emporio Group's property management services have significantly streamlined our operations and boosted our rental income. Their efficiency and attention to detail are top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-praising-good-work-showing-thumbs-up-smiling-satisfied-standing_1258-26394.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from those who have experienced our dedication and expertise."
|
||||
@@ -196,14 +145,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
names={[]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/white-logo-with-blue-circle-black-circle_698780-982.jpg",
|
||||
"http://img.b2bpic.net/free-vector/set-gradient-colored-truck-logos_23-2148945471.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-book-logo-set_23-2148827297.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-e-commerce-logo-pack_23-2148971342.jpg",
|
||||
"http://img.b2bpic.net/free-vector/sport-logo-template-with-abstract-shape_23-2148210819.jpg",
|
||||
"http://img.b2bpic.net/free-vector/code-logo-collection-flat-design_23-2148809708.jpg",
|
||||
"http://img.b2bpic.net/free-vector/tree-logos-collection-flat-style_23-2147763394.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/white-logo-with-blue-circle-black-circle_698780-982.jpg", "http://img.b2bpic.net/free-vector/set-gradient-colored-truck-logos_23-2148945471.jpg", "http://img.b2bpic.net/free-vector/flat-design-book-logo-set_23-2148827297.jpg", "http://img.b2bpic.net/free-vector/gradient-e-commerce-logo-pack_23-2148971342.jpg", "http://img.b2bpic.net/free-vector/sport-logo-template-with-abstract-shape_23-2148210819.jpg", "http://img.b2bpic.net/free-vector/code-logo-collection-flat-design_23-2148809708.jpg", "http://img.b2bpic.net/free-vector/tree-logos-collection-flat-style_23-2147763394.jpg"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We are proud to partner with a diverse range of esteemed organizations."
|
||||
tag="Partners"
|
||||
@@ -214,70 +156,48 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "cell-wave"}}
|
||||
text="Ready to discuss your next property or investment? Our team is eager to provide tailored solutions and expert advice. Reach out to us today to start a conversation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:hello@emporiogroup.pl",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:hello@emporiogroup.pl"},
|
||||
]}
|
||||
animationType="reveal-blur"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterBaseCard
|
||||
logoText="EMPORIO GROUP"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Real Estate Brokerage",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Real Estate Brokerage", href: "#services"},
|
||||
{
|
||||
label: "Property Management",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Property Management", href: "#services"},
|
||||
{
|
||||
label: "Investment Advisory",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Investment Advisory", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Clients",
|
||||
href: "#social-proof",
|
||||
},
|
||||
label: "Clients", href: "#social-proof"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com/company/emporiogroup",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/emporiogroup"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/emporiogroup",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/emporiogroup"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #e63946;
|
||||
--background-accent: #e8bea8;
|
||||
--background: #ffffff;
|
||||
--card: #f0f0f0;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #1f3251;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ffcc00;
|
||||
--secondary-cta-text: #1f3251;
|
||||
--accent: #ffcc00;
|
||||
--background-accent: #e6eaf0;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user