Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -47,24 +47,18 @@ export default function AboutPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-colleagues-sitting-office-coworking_171337-17717.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-colleagues-sitting-office-coworking_171337-17717.jpg"
|
||||
imageAlt="Webild team members"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Creative Directors",
|
||||
description: "Award-winning designers who craft beautiful, intuitive user experiences.",
|
||||
icon: Lightbulb,
|
||||
title: "Creative Directors", description: "Award-winning designers who craft beautiful, intuitive user experiences.", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Senior Developers",
|
||||
description: "Full-stack specialists building robust, scalable web applications.",
|
||||
icon: Users,
|
||||
title: "Senior Developers", description: "Full-stack specialists building robust, scalable web applications.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "UX Strategists",
|
||||
description: "Research-driven professionals ensuring every design decision drives results.",
|
||||
icon: Heart,
|
||||
title: "UX Strategists", description: "Research-driven professionals ensuring every design decision drives results.", icon: Heart,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -81,26 +75,11 @@ 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?_wi=2",
|
||||
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?_wi=2",
|
||||
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?_wi=2",
|
||||
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>
|
||||
@@ -116,17 +95,11 @@ 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>
|
||||
@@ -139,19 +112,13 @@ 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>
|
||||
|
||||
171
src/app/page.tsx
171
src/app/page.tsx
@@ -7,6 +7,7 @@ import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
|
||||
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 FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Sparkles, TrendingUp, MapPin, Shield, Facebook, Linkedin, Twitter } from "lucide-react";
|
||||
@@ -54,29 +55,17 @@ export default function HomePage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg?_wi=1",
|
||||
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?_wi=1",
|
||||
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?_wi=1",
|
||||
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>
|
||||
@@ -90,29 +79,21 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-colleagues-sitting-office-coworking_171337-17717.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-colleagues-sitting-office-coworking_171337-17717.jpg"
|
||||
imageAlt="Webild web design team"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Custom Solutions",
|
||||
description: "Every website is tailored to your business goals and target audience, not template-based.",
|
||||
icon: Sparkles,
|
||||
title: "Custom Solutions", description: "Every website is tailored to your business goals and target audience, not template-based.", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Proven Results",
|
||||
description: "Our clients see average increases in online visibility and customer engagement.",
|
||||
icon: TrendingUp,
|
||||
title: "Proven Results", description: "Our clients see average increases in online visibility and customer engagement.", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Local Expertise",
|
||||
description: "We specialize in serving small businesses, startups, and local enterprises.",
|
||||
icon: MapPin,
|
||||
title: "Local Expertise", description: "We specialize in serving small businesses, startups, and local enterprises.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Full Support",
|
||||
description: "From design to launch and beyond, we're with you every step of the way.",
|
||||
icon: Shield,
|
||||
title: "Full Support", description: "From design to launch and beyond, we're with you every step of the way.", icon: Shield,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -129,33 +110,34 @@ 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?_wi=1",
|
||||
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?_wi=1",
|
||||
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?_wi=1",
|
||||
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>
|
||||
|
||||
{/* Portfolio Section */}
|
||||
<div id="portfolio" data-section="portfolio">
|
||||
<ProductCardFour
|
||||
title="Featured Projects"
|
||||
description="See the websites we've created for local businesses that are now thriving online."
|
||||
tag="Our Portfolio"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
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: "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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -169,15 +151,7 @@ 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>
|
||||
@@ -192,47 +166,20 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
price: "$2,000",
|
||||
name: "Starter",
|
||||
buttons: [{ text: "Get Started", href: "contact" }],
|
||||
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" }],
|
||||
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" }],
|
||||
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"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -249,21 +196,13 @@ 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>
|
||||
@@ -276,19 +215,13 @@ 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