Merge version_1 into main #3
@@ -7,6 +7,7 @@ import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwe
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Users, Lightbulb, Heart, Facebook, Linkedin, Twitter } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -26,8 +27,8 @@ export default function AboutPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Portfolio", id: "portfolio" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
@@ -75,11 +76,14 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Client Success", description: "Your success is our success. We're invested in helping your business grow and thrive online.", imageSrc: "http://img.b2bpic.net/free-vector/responsive-web-design_23-2147546970.jpg", imageAlt: "Client success value"},
|
||||
id: "1", title: "Client Success", description: "Your success is our success. We're invested in helping your business grow and thrive online.", imageSrc: "http://img.b2bpic.net/free-vector/responsive-web-design_23-2147546970.jpg", imageAlt: "Client success value"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Innovation", description: "We stay ahead of trends and embrace new technologies to deliver cutting-edge solutions.", imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Innovation value"},
|
||||
id: "2", title: "Innovation", description: "We stay ahead of trends and embrace new technologies to deliver cutting-edge solutions.", imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Innovation value"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Transparency", description: "Clear communication, honest feedback, and transparent pricing. No hidden fees or surprises.", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg", imageAlt: "Transparency value"},
|
||||
id: "3", title: "Transparency", description: "Clear communication, honest feedback, and transparent pricing. No hidden fees or surprises.", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg", imageAlt: "Transparency value"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,11 +99,14 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", alt: "David Chen"},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", alt: "David Chen"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", alt: "Emily Rodriguez"},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", alt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", alt: "Alex Thompson"},
|
||||
src: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", alt: "Alex Thompson"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,13 +119,16 @@ export default function AboutPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/webild", ariaLabel: "Facebook"},
|
||||
href: "https://facebook.com/webild", ariaLabel: "Facebook"
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/webild", ariaLabel: "LinkedIn"},
|
||||
href: "https://linkedin.com/company/webild", ariaLabel: "LinkedIn"
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/webild", ariaLabel: "Twitter"},
|
||||
href: "https://twitter.com/webild", ariaLabel: "Twitter"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -9,8 +9,10 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Sparkles, TrendingUp, MapPin, Shield, Facebook, Linkedin, Twitter } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -30,8 +32,8 @@ export default function HomePage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Portfolio", id: "portfolio" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
@@ -55,17 +57,23 @@ export default function HomePage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", imageAlt: "Modern website design portfolio"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", imageAlt: "Modern website design portfolio"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149483806.jpg", imageAlt: "Responsive design example"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149483806.jpg", imageAlt: "Responsive design example"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/e-commerce-discounts-landing-page-template_23-2149965971.jpg", imageAlt: "E-commerce website design"},
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/e-commerce-discounts-landing-page-template_23-2149965971.jpg", imageAlt: "E-commerce website design"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/online-shopping-landing-page_23-2148748034.jpg", imageAlt: "Landing page design"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/online-shopping-landing-page_23-2148748034.jpg", imageAlt: "Landing page design"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-skilled-analyst-reviewing-monthly-revenue-balance_482257-122687.jpg", imageAlt: "Web development showcase"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-skilled-analyst-reviewing-monthly-revenue-balance_482257-122687.jpg", imageAlt: "Web development showcase"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-tablet_53876-22923.jpg", imageAlt: "Local business website"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-tablet_53876-22923.jpg", imageAlt: "Local business website"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,13 +118,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Web Design", description: "Beautiful, user-friendly website designs that represent your brand and engage visitors.", imageSrc: "http://img.b2bpic.net/free-vector/responsive-web-design_23-2147546970.jpg", imageAlt: "Web design service"},
|
||||
id: "1", title: "Web Design", description: "Beautiful, user-friendly website designs that represent your brand and engage visitors.", imageSrc: "http://img.b2bpic.net/free-vector/responsive-web-design_23-2147546970.jpg", imageAlt: "Web design service"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Web Development", description: "Fast, secure, and scalable websites built with modern technologies and best practices.", imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Web development service"},
|
||||
id: "2", title: "Web Development", description: "Fast, secure, and scalable websites built with modern technologies and best practices.", imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Web development service"
|
||||
},
|
||||
{
|
||||
id: "3", title: "SEO Optimization", description: "Get found online. We optimize your site for search engines to drive organic traffic.", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg", imageAlt: "SEO service"},
|
||||
id: "3", title: "SEO Optimization", description: "Get found online. We optimize your site for search engines to drive organic traffic.", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg", imageAlt: "SEO service"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Maintenance & Support", description: "Keep your website running smoothly with ongoing support, updates, and security.", imageSrc: "http://img.b2bpic.net/free-photo/customer-support-black-technician-helpline-photovoltaic-facility_482257-125211.jpg", imageAlt: "Maintenance service"},
|
||||
id: "4", title: "Maintenance & Support", description: "Keep your website running smoothly with ongoing support, updates, and security.", imageSrc: "http://img.b2bpic.net/free-photo/customer-support-black-technician-helpline-photovoltaic-facility_482257-125211.jpg", imageAlt: "Maintenance service"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,11 +145,14 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Local Coffee Shop Website", price: "Completed", variant: "Cafe, E-commerce, Reservations", imageSrc: "http://img.b2bpic.net/free-vector/responsive-web-design_23-2147546970.jpg", imageAlt: "Coffee shop website design"},
|
||||
id: "1", name: "Local Coffee Shop Website", price: "Completed", variant: "Cafe, E-commerce, Reservations", imageSrc: "http://img.b2bpic.net/free-vector/responsive-web-design_23-2147546970.jpg", imageAlt: "Coffee shop website design"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Real Estate Agency Portal", price: "Completed", variant: "Property Listings, CRM Integration", imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Real estate website"},
|
||||
id: "2", name: "Real Estate Agency Portal", price: "Completed", variant: "Property Listings, CRM Integration", imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Real estate website"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Local Plumbing Service Site", price: "Completed", variant: "Service Booking, Lead Generation", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg", imageAlt: "Service business website"},
|
||||
id: "3", name: "Local Plumbing Service Site", price: "Completed", variant: "Service Booking, Lead Generation", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg", imageAlt: "Service business website"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -151,7 +166,8 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Local Coffee Roasters", "Downtown Boutique", "Family Dental Clinic", "City Plumbing Co", "Green Landscaping", "Elite Real Estate", "Urban Fitness Studio", "The Bakery House"]}
|
||||
"Local Coffee Roasters", "Downtown Boutique", "Family Dental Clinic", "City Plumbing Co", "Green Landscaping", "Elite Real Estate", "Urban Fitness Studio", "The Bakery House"
|
||||
]}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,18 +184,21 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1", price: "$2,000", name: "Starter", buttons: [{ text: "Get Started", href: "contact" }],
|
||||
features: [
|
||||
"5-page website", "Mobile responsive design", "SEO basics", "Contact form", "3 months support"],
|
||||
"5-page website", "Mobile responsive design", "SEO basics", "Contact form", "3 months support"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$5,000", name: "Professional", buttons: [{ text: "Get Started", href: "contact" }],
|
||||
features: [
|
||||
"Up to 15 pages", "Advanced design", "Full SEO optimization", "Blog integration", "E-commerce ready", "12 months support"],
|
||||
"Up to 15 pages", "Advanced design", "Full SEO optimization", "Blog integration", "E-commerce ready", "12 months support"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", price: "$9,000", name: "Enterprise", buttons: [{ text: "Contact Sales", href: "contact" }],
|
||||
features: [
|
||||
"Unlimited pages", "Custom functionality", "Advanced integrations", "Marketing tools", "Analytics setup", "Ongoing support"],
|
||||
"Unlimited pages", "Custom functionality", "Advanced integrations", "Marketing tools", "Analytics setup", "Ongoing support"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -196,17 +215,38 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", alt: "Sarah Martinez"},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", alt: "Sarah Martinez"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", alt: "James Wilson"},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", alt: "James Wilson"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", alt: "Lisa Chen"},
|
||||
src: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", alt: "Lisa Chen"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-business-owner-with-document-medium-shot_23-2149434531.jpg", alt: "Michael Thompson"},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-business-owner-with-document-medium-shot_23-2149434531.jpg", alt: "Michael Thompson"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Contact Section */}
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get in Touch"
|
||||
title="Ready to Grow Your Business Online?"
|
||||
description="Let's discuss your project. Share your vision, and we'll show you how we can bring it to life with a custom website that drives results."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-94.jpg"
|
||||
imageAlt="Team collaboration"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Send Message"
|
||||
termsText="We'll get back to you within 24 hours. We respect your privacy and never share your info."
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
@@ -215,13 +255,16 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/webild", ariaLabel: "Facebook"},
|
||||
href: "https://facebook.com/webild", ariaLabel: "Facebook"
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/webild", ariaLabel: "LinkedIn"},
|
||||
href: "https://linkedin.com/company/webild", ariaLabel: "LinkedIn"
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/webild", ariaLabel: "Twitter"},
|
||||
href: "https://twitter.com/webild", ariaLabel: "Twitter"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user