Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
258
src/app/page.tsx
258
src/app/page.tsx
@@ -19,27 +19,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Products", id: "#products" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Brand LM Ltd"
|
||||
/>
|
||||
@@ -47,36 +42,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Excellence in Every Detail."
|
||||
description="Brand LM Ltd delivers premium solutions tailored for modern businesses. Elevate your standards with our expert craftsmanship and dedicated service."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-office-desk-with-part-laptop-mobile-phone-pen_1163-2713.jpg",
|
||||
imageAlt: "Professional Office",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-female-leaning-white-wall-building-with-black-floor_181624-20509.jpg",
|
||||
imageAlt: "Brand Art",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-basket_23-2150329682.jpg",
|
||||
imageAlt: "Lifestyle Brand",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039372.jpg",
|
||||
imageAlt: "Product Display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-suit-taking-notes-visit-international-headquarters-shareholders-meeting-corporate-ceo-attendance-executive-associate-doing-last-minute-changes-speech_482257-72949.jpg",
|
||||
imageAlt: "Startup Vibe",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-painter-using-watercolor-paint-mixing-colors-artistic-creation_482257-124848.jpg",
|
||||
imageAlt: "Studio Setting",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-office-desk-with-part-laptop-mobile-phone-pen_1163-2713.jpg", imageAlt: "Professional Office" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-female-leaning-white-wall-building-with-black-floor_181624-20509.jpg", imageAlt: "Brand Art" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-basket_23-2150329682.jpg", imageAlt: "Lifestyle Brand" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039372.jpg", imageAlt: "Product Display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businessmen-suit-taking-notes-visit-international-headquarters-shareholders-meeting-corporate-ceo-attendance-executive-associate-doing-last-minute-changes-speech_482257-72949.jpg", imageAlt: "Startup Vibe" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-painter-using-watercolor-paint-mixing-colors-artistic-creation_482257-124848.jpg", imageAlt: "Studio Setting" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,39 +72,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Strategic Consulting",
|
||||
author: "Strategy Team",
|
||||
description: "Expert advice to optimize your business operations and market position.",
|
||||
tags: [
|
||||
"Consulting",
|
||||
"Strategy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/organic-flat-people-business-training-illustration_52683-59856.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Creative Direction",
|
||||
author: "Design Unit",
|
||||
description: "Defining your visual identity with precision and artistic flair.",
|
||||
tags: [
|
||||
"Branding",
|
||||
"Creative",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaking-hands-with-male-client_23-2147839816.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Efficiency Audits",
|
||||
author: "Ops Group",
|
||||
description: "Identifying bottlenecks and streamlining processes for maximum output.",
|
||||
tags: [
|
||||
"Efficiency",
|
||||
"Process",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-table-with-computer_93675-133813.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Strategic Consulting", author: "Strategy Team", description: "Expert advice to optimize your business operations and market position.", tags: ["Consulting", "Strategy"], imageSrc: "http://img.b2bpic.net/free-vector/organic-flat-people-business-training-illustration_52683-59856.jpg" },
|
||||
{ id: "f2", title: "Creative Direction", author: "Design Unit", description: "Defining your visual identity with precision and artistic flair.", tags: ["Branding", "Creative"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaking-hands-with-male-client_23-2147839816.jpg" },
|
||||
{ id: "f3", title: "Efficiency Audits", author: "Ops Group", description: "Identifying bottlenecks and streamlining processes for maximum output.", tags: ["Efficiency", "Process"], imageSrc: "http://img.b2bpic.net/free-photo/working-table-with-computer_93675-133813.jpg" },
|
||||
]}
|
||||
title="Our Core Competencies"
|
||||
description="Comprehensive strategies to drive growth and operational efficiency."
|
||||
@@ -143,42 +88,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxury Notebook",
|
||||
price: "$85.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-tube-product-with-gift-box-balloons-black-background_187299-46830.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Executive Pen",
|
||||
price: "$120.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thimble-silk-high-angle_23-2148897940.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Leather Portfolio",
|
||||
price: "$250.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217992.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Corporate Briefcase",
|
||||
price: "$450.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176149.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Desktop Organizer",
|
||||
price: "$195.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimble-silk_23-2148897938.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Office Tech Set",
|
||||
price: "$320.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-accessories-elegant-woman-dressed-blue-suit_285396-7924.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Luxury Notebook", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-tube-product-with-gift-box-balloons-black-background_187299-46830.jpg" },
|
||||
{ id: "p2", name: "Executive Pen", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/thimble-silk-high-angle_23-2148897940.jpg" },
|
||||
{ id: "p3", name: "Leather Portfolio", price: "$250.00", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217992.jpg" },
|
||||
{ id: "p4", name: "Corporate Briefcase", price: "$450.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176149.jpg" },
|
||||
{ id: "p5", name: "Desktop Organizer", price: "$195.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimble-silk_23-2148897938.jpg" },
|
||||
{ id: "p6", name: "Office Tech Set", price: "$320.00", imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-accessories-elegant-woman-dressed-blue-suit_285396-7924.jpg" },
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="Explore our premium selection of curated brand items."
|
||||
@@ -191,46 +106,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice Johnson",
|
||||
handle: "@alicej",
|
||||
testimonial: "Exceptional service and attention to detail. Brand LM Ltd transformed our workflow.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bob Smith",
|
||||
handle: "@bobsmith",
|
||||
testimonial: "A true professional partner. Their insights were invaluable to our growth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-3693.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Claire Vance",
|
||||
handle: "@clairev",
|
||||
testimonial: "High quality standards across the board. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thorne",
|
||||
handle: "@dthorne",
|
||||
testimonial: "Innovative solutions and timely execution. A reliable partner.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Ross",
|
||||
handle: "@elena_r",
|
||||
testimonial: "The best firm I've worked with. Professionalism at its peak.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-hands-pockets-looking-away_23-2148308542.jpg",
|
||||
},
|
||||
{ id: "1", name: "Alice Johnson", handle: "@alicej", testimonial: "Exceptional service and attention to detail. Brand LM Ltd transformed our workflow.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg" },
|
||||
{ id: "2", name: "Bob Smith", handle: "@bobsmith", testimonial: "A true professional partner. Their insights were invaluable to our growth.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-3693.jpg" },
|
||||
{ id: "3", name: "Claire Vance", handle: "@clairev", testimonial: "High quality standards across the board. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg" },
|
||||
{ id: "4", name: "David Thorne", handle: "@dthorne", testimonial: "Innovative solutions and timely execution. A reliable partner.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg" },
|
||||
{ id: "5", name: "Elena Ross", handle: "@elena_r", testimonial: "The best firm I've worked with. Professionalism at its peak.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-hands-pockets-looking-away_23-2148308542.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Success"
|
||||
@@ -242,15 +122,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Amazon",
|
||||
"Tesla",
|
||||
"Adobe",
|
||||
"Nike",
|
||||
"Salesforce",
|
||||
]}
|
||||
names={["Microsoft", "Google", "Amazon", "Tesla", "Adobe", "Nike", "Salesforce"]}
|
||||
title="Trusted By Industry Giants"
|
||||
description="Our work has empowered some of the world's most innovative organizations."
|
||||
/>
|
||||
@@ -261,21 +133,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do we begin?",
|
||||
content: "Contact us via the form below to schedule a discovery call.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer consultations?",
|
||||
content: "Yes, we provide complimentary consultations for new projects.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What is your typical lead time?",
|
||||
content: "Lead times vary based on project scope, but we always prioritize efficiency.",
|
||||
},
|
||||
{ id: "q1", title: "How do we begin?", content: "Contact us via the form below to schedule a discovery call." },
|
||||
{ id: "q2", title: "Do you offer consultations?", content: "Yes, we provide complimentary consultations for new projects." },
|
||||
{ id: "q3", title: "What is your typical lead time?", content: "Lead times vary based on project scope, but we always prioritize efficiency." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Quick answers to help you get started."
|
||||
@@ -286,9 +146,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Let's Connect"
|
||||
title="Ready to get started?"
|
||||
description="Sign up for our newsletter or contact us directly for bespoke services."
|
||||
@@ -299,45 +157,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Brand LM Ltd"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Consulting",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Design",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Services", items: [{ label: "Consulting", href: "#features" }, { label: "Design", href: "#features" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Brand LM Ltd. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user