Merge version_2 into main #2
184
src/app/page.tsx
184
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Work",
|
||||
id: "work",
|
||||
},
|
||||
name: "Work", id: "work"},
|
||||
{
|
||||
name: "Clients",
|
||||
id: "clients",
|
||||
},
|
||||
name: "Clients", id: "clients"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Designer Portfolio"
|
||||
/>
|
||||
@@ -59,24 +49,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Crafting Visionary Designs for a World of Distinction"
|
||||
description="A luxury designer portfolio showcasing unparalleled creativity, innovative solutions, and bespoke experiences tailored to elite clientele."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Portfolio",
|
||||
href: "#work",
|
||||
},
|
||||
text: "Explore Portfolio", href: "#work"},
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get in Touch", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-concrete-staircase_53876-75124.jpg"
|
||||
imageAlt="Luxury designer workspace with elegant minimalist decor"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
fixedMediaHeight={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -91,7 +76,7 @@ export default function LandingPage() {
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-artist-planning-fresh-outfits_329181-18112.jpg"
|
||||
imageAlt="Designer hand sketching a luxury architectural concept"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -103,24 +88,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Vision & Ideation",
|
||||
description: "Collaborative brainstorming to crystallize your vision into innovative concepts.",
|
||||
},
|
||||
title: "Vision & Ideation", description: "Collaborative brainstorming to crystallize your vision into innovative concepts."},
|
||||
{
|
||||
icon: PenTool,
|
||||
title: "Design & Development",
|
||||
description: "Meticulous design, detailed planning, and agile development to bring concepts to life.",
|
||||
},
|
||||
title: "Design & Development", description: "Meticulous design, detailed planning, and agile development to bring concepts to life."},
|
||||
{
|
||||
icon: Diamond,
|
||||
title: "Refinement & Execution",
|
||||
description: "Precision refinement and flawless execution to ensure every detail is perfect.",
|
||||
},
|
||||
title: "Refinement & Execution", description: "Precision refinement and flawless execution to ensure every detail is perfect."},
|
||||
{
|
||||
icon: Rocket,
|
||||
title: "Launch & Beyond",
|
||||
description: "Delivering your project with impact and providing ongoing support for sustained success.",
|
||||
},
|
||||
title: "Launch & Beyond", description: "Delivering your project with impact and providing ongoing support for sustained success."},
|
||||
]}
|
||||
title="The Journey from Concept to Icon"
|
||||
description="Our streamlined yet flexible design process ensures every step is transparent, collaborative, and focused on delivering exceptional results."
|
||||
@@ -136,33 +113,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "project-1",
|
||||
name: "Celestial Lounge",
|
||||
price: "Interior Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349279.jpg",
|
||||
imageAlt: "A modern, minimalist luxury interior design with soft lighting and elegant furniture.",
|
||||
},
|
||||
id: "project-1", name: "Celestial Lounge", price: "Interior Design", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349279.jpg", imageAlt: "A modern, minimalist luxury interior design with soft lighting and elegant furniture."},
|
||||
{
|
||||
id: "project-2",
|
||||
name: "Kinetic Sculpture",
|
||||
price: "Product Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greyscale-shot-high-rise-building-object-designed-look-like-film-tape_181624-4612.jpg",
|
||||
imageAlt: "An intricate, elegant kinetic sculpture for a luxury space, showcasing dynamic form.",
|
||||
},
|
||||
id: "project-2", name: "Kinetic Sculpture", price: "Product Design", imageSrc: "http://img.b2bpic.net/free-photo/greyscale-shot-high-rise-building-object-designed-look-like-film-tape_181624-4612.jpg", imageAlt: "An intricate, elegant kinetic sculpture for a luxury space, showcasing dynamic form."},
|
||||
{
|
||||
id: "project-3",
|
||||
name: "Urban Sanctuary",
|
||||
price: "Architectural Concept",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794684.jpg",
|
||||
imageAlt: "A stunning architectural rendering of a modern urban sanctuary with clean lines.",
|
||||
},
|
||||
id: "project-3", name: "Urban Sanctuary", price: "Architectural Concept", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_23-2150794684.jpg", imageAlt: "A stunning architectural rendering of a modern urban sanctuary with clean lines."},
|
||||
{
|
||||
id: "project-4",
|
||||
name: "Geometric Harmony",
|
||||
price: "Art Installation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-white-skull-with-flower-vase_23-2150835865.jpg",
|
||||
imageAlt: "An abstract art installation featuring complex geometric patterns and light effects.",
|
||||
},
|
||||
id: "project-4", name: "Geometric Harmony", price: "Art Installation", imageSrc: "http://img.b2bpic.net/free-photo/view-white-skull-with-flower-vase_23-2150835865.jpg", imageAlt: "An abstract art installation featuring complex geometric patterns and light effects."},
|
||||
]}
|
||||
title="Featured Masterpieces"
|
||||
description="A curated selection of our most distinguished projects, demonstrating a breadth of skill and an unwavering commitment to luxury and innovation."
|
||||
@@ -175,59 +132,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Unparalleled Vision",
|
||||
quote: "The team's ability to translate complex ideas into breathtaking realities is truly unparalleled. Every detail was meticulously considered, resulting in a design that exceeded all expectations.",
|
||||
name: "Anya Sharma",
|
||||
role: "CEO, Luxura Holdings",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-break_23-2148317310.jpg",
|
||||
imageAlt: "Anya Sharma, CEO of Luxura Holdings",
|
||||
},
|
||||
id: "1", title: "Unparalleled Vision", quote: "The team's ability to translate complex ideas into breathtaking realities is truly unparalleled. Every detail was meticulously considered, resulting in a design that exceeded all expectations.", name: "Anya Sharma", role: "CEO, Luxura Holdings", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-break_23-2148317310.jpg", imageAlt: "Anya Sharma, CEO of Luxura Holdings"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Exquisite Craftsmanship",
|
||||
quote: "Their work embodies exquisite craftsmanship and an acute understanding of luxury. The final product is not just a design; it's a testament to their dedication to perfection and artistry.",
|
||||
name: "Julian Vance",
|
||||
role: "Founder, Vance Estates",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705921.jpg",
|
||||
imageAlt: "Julian Vance, Founder of Vance Estates",
|
||||
},
|
||||
id: "2", title: "Exquisite Craftsmanship", quote: "Their work embodies exquisite craftsmanship and an acute understanding of luxury. The final product is not just a design; it's a testament to their dedication to perfection and artistry.", name: "Julian Vance", role: "Founder, Vance Estates", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705921.jpg", imageAlt: "Julian Vance, Founder of Vance Estates"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Transformative Experience",
|
||||
quote: "Working with them was a truly transformative experience. They captured the essence of our brand and elevated it through their innovative design, creating something truly iconic.",
|
||||
name: "Isabelle Dubois",
|
||||
role: "Creative Director, Chroma Brands",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-2662.jpg",
|
||||
imageAlt: "Isabelle Dubois, Creative Director at Chroma Brands",
|
||||
},
|
||||
id: "3", title: "Transformative Experience", quote: "Working with them was a truly transformative experience. They captured the essence of our brand and elevated it through their innovative design, creating something truly iconic.", name: "Isabelle Dubois", role: "Creative Director, Chroma Brands", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-2662.jpg", imageAlt: "Isabelle Dubois, Creative Director at Chroma Brands"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Beyond Expectations",
|
||||
quote: "The results speak for themselves. Their commitment to delivering beyond expectations, coupled with their unique artistic perspective, makes them an invaluable partner.",
|
||||
name: "Marcus Thorne",
|
||||
role: "Head of Design, Nova Innovations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-man-roll-up-sleeves-looking-offended-getting-ready-fight-standing-white-background_1258-112755.jpg",
|
||||
imageAlt: "Marcus Thorne, Head of Design at Nova Innovations",
|
||||
},
|
||||
id: "4", title: "Beyond Expectations", quote: "The results speak for themselves. Their commitment to delivering beyond expectations, coupled with their unique artistic perspective, makes them an invaluable partner.", name: "Marcus Thorne", role: "Head of Design, Nova Innovations", imageSrc: "http://img.b2bpic.net/free-photo/angry-man-roll-up-sleeves-looking-offended-getting-ready-fight-standing-white-background_1258-112755.jpg", imageAlt: "Marcus Thorne, Head of Design at Nova Innovations"},
|
||||
{
|
||||
id: "5",
|
||||
title: "A Masterpiece",
|
||||
quote: "The project was handled with utmost professionalism and creativity. The outcome is nothing short of a masterpiece, perfectly aligning with our vision for luxury and modernity.",
|
||||
name: "Elena Petrova",
|
||||
role: "Architectural Lead, Solstice Properties",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-wearing-suit-bow-tie_613910-2006.jpg",
|
||||
imageAlt: "Elena Petrova, Architectural Lead at Solstice Properties",
|
||||
},
|
||||
id: "5", title: "A Masterpiece", quote: "The project was handled with utmost professionalism and creativity. The outcome is nothing short of a masterpiece, perfectly aligning with our vision for luxury and modernity.", name: "Elena Petrova", role: "Architectural Lead, Solstice Properties", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-wearing-suit-bow-tie_613910-2006.jpg", imageAlt: "Elena Petrova, Architectural Lead at Solstice Properties"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Detail-Oriented Brilliance",
|
||||
quote: "Every detail, no matter how small, was executed with brilliant precision. Their work adds significant value and aesthetic appeal, making them our go-to for all high-stakes projects.",
|
||||
name: "David Kim",
|
||||
role: "Art Director, Ventus Corp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-business-man-car-salon_1303-23552.jpg",
|
||||
imageAlt: "David Kim, Art Director at Ventus Corp",
|
||||
},
|
||||
id: "6", title: "Detail-Oriented Brilliance", quote: "Every detail, no matter how small, was executed with brilliant precision. Their work adds significant value and aesthetic appeal, making them our go-to for all high-stakes projects.", name: "David Kim", role: "Art Director, Ventus Corp", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-business-man-car-salon_1303-23552.jpg", imageAlt: "David Kim, Art Director at Ventus Corp"},
|
||||
]}
|
||||
title="What Our Visionaries Say"
|
||||
description="Hear directly from the discerning clients who have trusted us to bring their most ambitious visions to life."
|
||||
@@ -240,15 +155,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/vintage-badge-collection_23-2147791246.jpg",
|
||||
"http://img.b2bpic.net/free-vector/renewable-energy-logo-design_23-2150011443.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-ai-logo-template-collection_23-2148919164.jpg",
|
||||
"http://img.b2bpic.net/free-vector/vintage-logo-collection_23-2148458163.jpg",
|
||||
"http://img.b2bpic.net/free-vector/minimal-logo-collection-with-pastel-colors_52683-30970.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-technology-logo-collection_23-2148163556.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-luxury-logo-template_23-2150816445.jpg",
|
||||
"http://img.b2bpic.net/free-vector/engineering-3-horizontal-flat-banners-set_1284-7488.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/vintage-badge-collection_23-2147791246.jpg", "http://img.b2bpic.net/free-vector/renewable-energy-logo-design_23-2150011443.jpg", "http://img.b2bpic.net/free-vector/gradient-ai-logo-template-collection_23-2148919164.jpg", "http://img.b2bpic.net/free-vector/vintage-logo-collection_23-2148458163.jpg", "http://img.b2bpic.net/free-vector/minimal-logo-collection-with-pastel-colors_52683-30970.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-collection_23-2148163556.jpg", "http://img.b2bpic.net/free-vector/gradient-luxury-logo-template_23-2150816445.jpg", "http://img.b2bpic.net/free-vector/engineering-3-horizontal-flat-banners-set_1284-7488.jpg"]}
|
||||
title="Trusted by Leading Brands"
|
||||
description="Partnerships with industry leaders and luxury innovators reflect our consistent delivery of exceptional design."
|
||||
speed={30}
|
||||
@@ -259,19 +166,16 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
text="Ready to Elevate Your Brand? Let's Create Something Extraordinary Together."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:info@designerportfolio.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:info@designerportfolio.com"},
|
||||
{
|
||||
text: "Schedule a Consultation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule a Consultation", href: "#"},
|
||||
]}
|
||||
animationType="reveal-blur"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -281,41 +185,27 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Work",
|
||||
href: "#work",
|
||||
},
|
||||
label: "Work", href: "#work"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Clients",
|
||||
href: "#clients",
|
||||
},
|
||||
label: "Clients", href: "#clients"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user