Merge version_1 into main #2
321
src/app/page.tsx
321
src/app/page.tsx
@@ -31,91 +31,39 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
id: "#process",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Process", id: "#process" },
|
||||
{ name: "Portfolio", id: "#portfolio" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="NEXORA"
|
||||
button={{
|
||||
text: "Start Project",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Start Project", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
imagePosition="right"
|
||||
title="Designing modern websites that turn visitors into clients."
|
||||
description="We create high-performing digital experiences for modern brands."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start your project",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-8658.jpg?_wi=1"
|
||||
buttons={[{ text: "Start your project", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-8658.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-5015.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167407.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pensive-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-5015.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167407.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg", alt: "Client 5" }
|
||||
]}
|
||||
avatarText="Trusted by 50+ startups"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "MODERN DESIGN",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "HIGH PERFORMANCE",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "CONVERSION FOCUSED",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "SCALABLE SOLUTIONS",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "DIGITAL EXCELLENCE",
|
||||
},
|
||||
{ type: "text", text: "MODERN DESIGN" },
|
||||
{ type: "text", text: "HIGH PERFORMANCE" },
|
||||
{ type: "text", text: "CONVERSION FOCUSED" },
|
||||
{ type: "text", text: "SCALABLE SOLUTIONS" },
|
||||
{ type: "text", text: "DIGITAL EXCELLENCE" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,41 +73,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Design",
|
||||
title: "Web Design",
|
||||
subtitle: "Visuals that pop.",
|
||||
description: "Custom websites crafted for your unique brand.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ciysqv&_wi=1",
|
||||
},
|
||||
{
|
||||
tag: "Optimization",
|
||||
title: "Landing Pages",
|
||||
subtitle: "Built for conversion.",
|
||||
description: "High-performing pages tailored for growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
tag: "Sales",
|
||||
title: "E-commerce Design",
|
||||
subtitle: "Secure and scalable.",
|
||||
description: "Beautiful online stores that drive sales.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shopping-cart-trolley-basket-supermarket-icon-sign-symbol-white-background-3d-rendering_56104-1379.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
tag: "Analytics",
|
||||
title: "Website Optimization",
|
||||
subtitle: "Faster load times.",
|
||||
description: "Performance tuning to keep your visitors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
tag: "Care",
|
||||
title: "Monthly Care",
|
||||
subtitle: "Always updated.",
|
||||
description: "Maintenance, security, and content updates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gear-icon-set-isolated-background_53876-71277.jpg",
|
||||
},
|
||||
{ tag: "Design", title: "Web Design", subtitle: "Visuals that pop.", description: "Custom websites crafted for your unique brand.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ciysqv" },
|
||||
{ tag: "Optimization", title: "Landing Pages", subtitle: "Built for conversion.", description: "High-performing pages tailored for growth.", imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg" },
|
||||
{ tag: "Sales", title: "E-commerce Design", subtitle: "Secure and scalable.", description: "Beautiful online stores that drive sales.", imageSrc: "http://img.b2bpic.net/free-photo/shopping-cart-trolley-basket-supermarket-icon-sign-symbol-white-background-3d-rendering_56104-1379.jpg" },
|
||||
{ tag: "Analytics", title: "Website Optimization", subtitle: "Faster load times.", description: "Performance tuning to keep your visitors.", imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg" },
|
||||
{ tag: "Care", title: "Monthly Care", subtitle: "Always updated.", description: "Maintenance, security, and content updates.", imageSrc: "http://img.b2bpic.net/free-photo/gear-icon-set-isolated-background_53876-71277.jpg" }
|
||||
]}
|
||||
title="What We Do"
|
||||
description="Comprehensive digital solutions to scale your business."
|
||||
@@ -185,34 +103,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "01",
|
||||
title: "Discover",
|
||||
description: "Understanding your business and goals.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ciysqv&_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "02",
|
||||
title: "Design",
|
||||
description: "Conceptualizing your digital presence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "03",
|
||||
title: "Build",
|
||||
description: "Developing your responsive website.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shopping-cart-trolley-basket-supermarket-icon-sign-symbol-white-background-3d-rendering_56104-1379.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "04",
|
||||
title: "Launch",
|
||||
description: "Deploying your site to the world.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=4",
|
||||
},
|
||||
{ id: "1", value: "01", title: "Discover", description: "Understanding your business and goals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ciysqv" },
|
||||
{ id: "2", value: "02", title: "Design", description: "Conceptualizing your digital presence.", imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg" },
|
||||
{ id: "3", value: "03", title: "Build", description: "Developing your responsive website.", imageSrc: "http://img.b2bpic.net/free-photo/shopping-cart-trolley-basket-supermarket-icon-sign-symbol-white-background-3d-rendering_56104-1379.jpg" },
|
||||
{ id: "4", value: "04", title: "Launch", description: "Deploying your site to the world.", imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg" }
|
||||
]}
|
||||
title="Our Process"
|
||||
description="A refined workflow to deliver your project on time and exceed expectations."
|
||||
@@ -221,64 +115,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="portfolio" data-section="portfolio">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Brand",
|
||||
name: "Project Alpha",
|
||||
price: "Web Design",
|
||||
rating: 5,
|
||||
reviewCount: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-tourist-flying-with-airplane-using-laptop-browse-internet-website-sunset-flight-man-travelling-economy-class-arrive-holiday-destination-aerial-transport_482257-46702.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Brand",
|
||||
name: "Project Beta",
|
||||
price: "E-commerce",
|
||||
rating: 5,
|
||||
reviewCount: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-interior-design-template_23-2150382361.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Brand",
|
||||
name: "Project Gamma",
|
||||
price: "Web Design",
|
||||
rating: 5,
|
||||
reviewCount: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept_23-2147800636.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Brand",
|
||||
name: "Project Delta",
|
||||
price: "Optimization",
|
||||
rating: 5,
|
||||
reviewCount: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-tourist-flying-with-airplane-using-laptop-browse-internet-website-sunset-flight-man-travelling-economy-class-arrive-holiday-destination-aerial-transport_482257-46702.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Brand",
|
||||
name: "Project Epsilon",
|
||||
price: "Landing Page",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-interior-design-template_23-2150382361.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Brand",
|
||||
name: "Project Zeta",
|
||||
price: "Web Design",
|
||||
rating: 5,
|
||||
reviewCount: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept_23-2147800636.jpg?_wi=2",
|
||||
},
|
||||
{ id: "p1", brand: "Brand", name: "Project Alpha", price: "Web Design", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/male-tourist-flying-with-airplane-using-laptop-browse-internet-website-sunset-flight-man-travelling-economy-class-arrive-holiday-destination-aerial-transport_482257-46702.jpg" },
|
||||
{ id: "p2", brand: "Brand", name: "Project Beta", price: "E-commerce", rating: 5, reviewCount: "2", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-interior-design-template_23-2150382361.jpg" },
|
||||
{ id: "p3", brand: "Brand", name: "Project Gamma", price: "Web Design", rating: 5, reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept_23-2147800636.jpg" },
|
||||
{ id: "p4", brand: "Brand", name: "Project Delta", price: "Optimization", rating: 5, reviewCount: "4", imageSrc: "http://img.b2bpic.net/free-photo/male-tourist-flying-with-airplane-using-laptop-browse-internet-website-sunset-flight-man-travelling-economy-class-arrive-holiday-destination-aerial-transport_482257-46702.jpg" },
|
||||
{ id: "p5", brand: "Brand", name: "Project Epsilon", price: "Landing Page", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-interior-design-template_23-2150382361.jpg" },
|
||||
{ id: "p6", brand: "Brand", name: "Project Zeta", price: "Web Design", rating: 5, reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept_23-2147800636.jpg" }
|
||||
]}
|
||||
title="Selected Projects"
|
||||
description="Explore our recent work and creative showcases."
|
||||
@@ -290,46 +137,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Agency",
|
||||
quote: "NEXORA transformed our brand into something amazing.",
|
||||
name: "Sarah J.",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Highly Recommended",
|
||||
quote: "Fast performance and incredible design.",
|
||||
name: "Mark D.",
|
||||
role: "Marketing Dir.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-5015.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Top Tier",
|
||||
quote: "Professional, easy to work with, great results.",
|
||||
name: "Emily P.",
|
||||
role: "Founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167407.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Game Changer",
|
||||
quote: "We've seen our conversions skyrocket since the new site.",
|
||||
name: "David K.",
|
||||
role: "VP Sales",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Fantastic Job",
|
||||
quote: "The entire process was seamless and efficient.",
|
||||
name: "Lisa R.",
|
||||
role: "Startup Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg",
|
||||
},
|
||||
{ id: "1", title: "Great Agency", quote: "NEXORA transformed our brand into something amazing.", name: "Sarah J.", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg" },
|
||||
{ id: "2", title: "Highly Recommended", quote: "Fast performance and incredible design.", name: "Mark D.", role: "Marketing Dir.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-5015.jpg" },
|
||||
{ id: "3", title: "Top Tier", quote: "Professional, easy to work with, great results.", name: "Emily P.", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167407.jpg" },
|
||||
{ id: "4", title: "Game Changer", quote: "We've seen our conversions skyrocket since the new site.", name: "David K.", role: "VP Sales", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg" },
|
||||
{ id: "5", title: "Fantastic Job", quote: "The entire process was seamless and efficient.", name: "Lisa R.", role: "Startup Owner", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg" }
|
||||
]}
|
||||
title="Client Testimonials"
|
||||
description="What our partners say about us."
|
||||
@@ -339,63 +151,20 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to elevate your digital presence?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Let’s work together",
|
||||
href: "mailto:contact@aurexstudio.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Let’s work together", href: "mailto:contact@aurexstudio.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-8658.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-8658.jpg"
|
||||
logoText="NEXORA"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Work",
|
||||
items: [
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Work", items: [{ label: "Portfolio", href: "#portfolio" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user