Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-21 03:33:56 +00:00

View File

@@ -28,27 +28,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About Us",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About Us", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Get Consultation",
href: "/contact",
}}
text: "Get Consultation", href: "/contact"}}
brandName="BizRegister"
/>
</div>
@@ -58,14 +44,8 @@ export default function LandingPage() {
logoText="Fast & Reliable Business Registration"
description="Streamlining company registration, ISO certification, and trademark services with unmatched speed and professional expertise."
buttons={[
{
text: "Call Now",
href: "tel:+1234567890",
},
{
text: "Get Free Consultation",
href: "/contact",
},
{ text: "Call Now", href: "tel:+1234567890" },
{ text: "Get Free Consultation", href: "/contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/laptop-with-notebook-glasses-table_23-2148036976.jpg"
imageAlt="Business professional registration desk"
@@ -80,23 +60,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Speed & Efficiency",
description: "Rapid turnaround for all registrations.",
imageSrc: "http://img.b2bpic.net/free-photo/clipboard-icon-front-side_187299-39412.jpg",
imageAlt: "Speed icon",
},
title: "Speed & Efficiency", description: "Rapid turnaround for all registrations.", imageSrc: "http://img.b2bpic.net/free-photo/clipboard-icon-front-side_187299-39412.jpg", imageAlt: "Speed icon"},
{
title: "Affordable Pricing",
description: "Transparent, competitive rates for startups.",
imageSrc: "http://img.b2bpic.net/free-vector/shield-icon-with-check-mark-symbol-design_1017-30513.jpg",
imageAlt: "Price icon",
},
title: "Affordable Pricing", description: "Transparent, competitive rates for startups.", imageSrc: "http://img.b2bpic.net/free-vector/shield-icon-with-check-mark-symbol-design_1017-30513.jpg", imageAlt: "Price icon"},
{
title: "Full Compliance",
description: "We ensure your business meets all local standards.",
imageSrc: "http://img.b2bpic.net/free-vector/modern-copyright-symbol_23-2147872882.jpg",
imageAlt: "Compliance icon",
},
title: "Full Compliance", description: "We ensure your business meets all local standards.", imageSrc: "http://img.b2bpic.net/free-vector/modern-copyright-symbol_23-2147872882.jpg", imageAlt: "Compliance icon"},
]}
title="Why Choose Our Services"
description="We simplify complex legal processes so you can focus on growing your business."
@@ -109,45 +77,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Great Service",
quote: "The team helped me register my company in record time. Highly recommend!",
name: "Sarah Miller",
role: "CEO",
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
},
id: "1", title: "Great Service", quote: "The team helped me register my company in record time. Highly recommend!", name: "Sarah Miller", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg"},
{
id: "2",
title: "Extremely Helpful",
quote: "Seamless trademark process, very transparent pricing.",
name: "John Doe",
role: "Founder",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
},
id: "2", title: "Extremely Helpful", quote: "Seamless trademark process, very transparent pricing.", name: "John Doe", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"},
{
id: "3",
title: "ISO Done Easy",
quote: "Professional team, made the certification process stress-free.",
name: "Alice Wang",
role: "Director",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg",
},
id: "3", title: "ISO Done Easy", quote: "Professional team, made the certification process stress-free.", name: "Alice Wang", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg"},
{
id: "4",
title: "Reliable & Fast",
quote: "My go-to partner for all business legal needs.",
name: "Bob Smith",
role: "Manager",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg",
},
id: "4", title: "Reliable & Fast", quote: "My go-to partner for all business legal needs.", name: "Bob Smith", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg"},
{
id: "5",
title: "Excellent Support",
quote: "Fast, affordable and extremely professional.",
name: "Diana Ross",
role: "Owner",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
},
id: "5", title: "Excellent Support", quote: "Fast, affordable and extremely professional.", name: "Diana Ross", role: "Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg"},
]}
title="What Our Clients Say"
description="Trusted by hundreds of entrepreneurs across the region."
@@ -156,6 +94,8 @@ export default function LandingPage() {
<div id="product" data-section="product">
<ProductCardFour
title="Business Solutions"
description="Streamlined packages to get you started quickly."
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
@@ -167,8 +107,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Get in Touch"
title="Start Your Registration Today"
description="Speak with an expert about your requirements."
@@ -180,13 +119,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="BizRegister"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>