Merge version_1 into main #1
233
src/app/page.tsx
233
src/app/page.tsx
@@ -32,78 +32,49 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Webilify"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
title="🚀 Need a Professional Website for Your Business?"
|
||||
description="We create modern, fast, and mobile-friendly websites that help businesses grow online."
|
||||
tagAnimation="none"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Our Work",
|
||||
href: "#portfolio",
|
||||
},
|
||||
text: "Our Work", href: "#portfolio"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-reading-messages_23-2150104784.jpg",
|
||||
imageAlt: "Modern website mockup on laptop",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-reading-messages_23-2150104784.jpg", imageAlt: "Modern website mockup on laptop"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-using-tablet-outdoors_23-2150747669.jpg",
|
||||
imageAlt: "E-commerce website on tablet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-using-tablet-outdoors_23-2150747669.jpg", imageAlt: "E-commerce website on tablet"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons-personal-computer_23-2150781057.jpg",
|
||||
imageAlt: "Personal brand website on desktop",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons-personal-computer_23-2150781057.jpg", imageAlt: "Personal brand website on desktop"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-computer_23-2149930993.jpg",
|
||||
imageAlt: "Business dashboard on devices",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-computer_23-2149930993.jpg", imageAlt: "Business dashboard on devices"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-reading-digital-magazine_23-2150162686.jpg",
|
||||
imageAlt: "Dark themed blog website",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-reading-digital-magazine_23-2150162686.jpg", imageAlt: "Dark themed blog website"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/responsive-design-layout-software-concept_53876-124325.jpg",
|
||||
imageAlt: "SaaS landing page on multiple screens",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/responsive-design-layout-software-concept_53876-124325.jpg", imageAlt: "SaaS landing page on multiple screens"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -134,25 +105,13 @@ export default function LandingPage() {
|
||||
buttonAnimation="none"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "☑️ Business Website",
|
||||
content: "Custom-designed websites that reflect your brand identity and help you establish a strong online presence.",
|
||||
},
|
||||
id: "s1", title: "☑️ Business Website", content: "Custom-designed websites that reflect your brand identity and help you establish a strong online presence."},
|
||||
{
|
||||
id: "s2",
|
||||
title: "☑️ E-commerce Website",
|
||||
content: "Robust and secure online stores with seamless shopping experiences, designed to maximize your sales.",
|
||||
},
|
||||
id: "s2", title: "☑️ E-commerce Website", content: "Robust and secure online stores with seamless shopping experiences, designed to maximize your sales."},
|
||||
{
|
||||
id: "s3",
|
||||
title: "☑️ Personal Brand Website",
|
||||
content: "Showcase your unique talents and achievements with a personalized website that stands out.",
|
||||
},
|
||||
id: "s3", title: "☑️ Personal Brand Website", content: "Showcase your unique talents and achievements with a personalized website that stands out."},
|
||||
{
|
||||
id: "s4",
|
||||
title: "☑️ Shop Website",
|
||||
content: "Modern and intuitive online shops, optimized for user experience and conversion across all devices.",
|
||||
},
|
||||
id: "s4", title: "☑️ Shop Website", content: "Modern and intuitive online shops, optimized for user experience and conversion across all devices."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/application-business-communication-graphic-concept_53876-124801.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -168,47 +127,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Corporate Business Site",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-website-hosting-concept_23-2149484783.jpg",
|
||||
imageAlt: "Corporate Business Website Preview",
|
||||
},
|
||||
id: "p1", name: "Corporate Business Site", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-website-hosting-concept_23-2149484783.jpg", imageAlt: "Corporate Business Website Preview"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Fashion E-commerce Platform",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-small-grocery-carts_23-2147957600.jpg",
|
||||
imageAlt: "Fashion E-commerce Website Preview",
|
||||
},
|
||||
id: "p2", name: "Fashion E-commerce Platform", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-small-grocery-carts_23-2147957600.jpg", imageAlt: "Fashion E-commerce Website Preview"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Creative Professional Portfolio",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345424.jpg",
|
||||
imageAlt: "Personal Brand Website Preview",
|
||||
},
|
||||
id: "p3", name: "Creative Professional Portfolio", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345424.jpg", imageAlt: "Personal Brand Website Preview"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Modern Online Boutique",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphones-with-shopping-bags-yellow-table_23-2147957624.jpg",
|
||||
imageAlt: "Online Shop Website Preview",
|
||||
},
|
||||
id: "p4", name: "Modern Online Boutique", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/smartphones-with-shopping-bags-yellow-table_23-2147957624.jpg", imageAlt: "Online Shop Website Preview"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Bespoke Web Application",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104473.jpg",
|
||||
imageAlt: "Custom Web Application Preview",
|
||||
},
|
||||
id: "p5", name: "Bespoke Web Application", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104473.jpg", imageAlt: "Custom Web Application Preview"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Dynamic Marketing Landing Page",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-assistance-business-collaboration-helping-concept_53876-21399.jpg",
|
||||
imageAlt: "Marketing Landing Page Preview",
|
||||
},
|
||||
id: "p6", name: "Dynamic Marketing Landing Page", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/executive-assistance-business-collaboration-helping-concept_53876-21399.jpg", imageAlt: "Marketing Landing Page Preview"},
|
||||
]}
|
||||
title="Our Recent Work"
|
||||
description="Explore a selection of our high-quality, responsive web solutions designed to deliver exceptional user experiences and measurable business growth."
|
||||
@@ -223,14 +152,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Tech Solutions Inc.",
|
||||
"Digital Innovations Corp.",
|
||||
"Creative Tech Studio",
|
||||
"Web Experts Group",
|
||||
"Future Web Dynamics",
|
||||
"Grow Online Co.",
|
||||
"Digital Craftsmanship Ltd.",
|
||||
]}
|
||||
"Tech Solutions Inc.", "Digital Innovations Corp.", "Creative Tech Studio", "Web Experts Group", "Future Web Dynamics", "Grow Online Co.", "Digital Craftsmanship Ltd."]}
|
||||
title="Trusted by Innovators"
|
||||
description="Our clients range from ambitious startups to established enterprises, all united by a desire for exceptional digital presence."
|
||||
tag="Partners"
|
||||
@@ -246,53 +168,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "CEO, InnovateX",
|
||||
testimonial: "Webilify transformed our outdated website into a modern, high-performing platform. Their attention to detail and creative solutions were exceptional!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-boss-sitting-with-newspaper-table_1098-3037.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", handle: "CEO, InnovateX", testimonial: "Webilify transformed our outdated website into a modern, high-performing platform. Their attention to detail and creative solutions were exceptional!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-boss-sitting-with-newspaper-table_1098-3037.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
handle: "CTO, NextGen Solutions",
|
||||
testimonial: "The team at Webilify delivered a flawless e-commerce solution for us. The site is fast, secure, and user-friendly, directly boosting our sales.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-night-city-lights_23-2149024762.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", handle: "CTO, NextGen Solutions", testimonial: "The team at Webilify delivered a flawless e-commerce solution for us. The site is fast, secure, and user-friendly, directly boosting our sales.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-night-city-lights_23-2149024762.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Marketing Director, Global Brands",
|
||||
testimonial: "Our new marketing landing pages built by Webilify are converting better than ever. Their design and development skills are top-notch.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", handle: "Marketing Director, Global Brands", testimonial: "Our new marketing landing pages built by Webilify are converting better than ever. Their design and development skills are top-notch.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
handle: "Product Manager, Startup Hub",
|
||||
testimonial: "Webilify understood our vision perfectly and delivered a bespoke web application that exceeded our expectations. Truly a professional team!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-technician-data-center-analyzing-software-logs_482257-126708.jpg",
|
||||
},
|
||||
id: "t4", name: "David Kim", handle: "Product Manager, Startup Hub", testimonial: "Webilify understood our vision perfectly and delivered a bespoke web application that exceeded our expectations. Truly a professional team!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-technician-data-center-analyzing-software-logs_482257-126708.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica Lee",
|
||||
handle: "Founder, Creative Minds Co.",
|
||||
testimonial: "Working with Webilify was a game-changer for my personal brand website. It's elegant, responsive, and perfectly captures my essence.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg",
|
||||
},
|
||||
id: "t5", name: "Jessica Lee", handle: "Founder, Creative Minds Co.", testimonial: "Working with Webilify was a game-changer for my personal brand website. It's elegant, responsive, and perfectly captures my essence.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Chris Green",
|
||||
handle: "UX Lead, DesignForge",
|
||||
testimonial: "The user experience on the websites built by Webilify is consistently outstanding. They prioritize functionality and aesthetics equally.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379266.jpg",
|
||||
},
|
||||
id: "t6", name: "Chris Green", handle: "UX Lead, DesignForge", testimonial: "The user experience on the websites built by Webilify is consistently outstanding. They prioritize functionality and aesthetics equally.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379266.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
@@ -306,8 +198,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="Let's Connect"
|
||||
title="Ready to Grow Your Business Online?"
|
||||
description="If you want to grow your business online or need a website, feel free to contact us directly. Call us today: 📞 9948263203"
|
||||
@@ -315,7 +206,6 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Send Message"
|
||||
termsText="By contacting us, you agree to our privacy policy and terms of service."
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -324,54 +214,33 @@ export default function LandingPage() {
|
||||
logoText="Webilify"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", 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