Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-06 08:57:46 +00:00
4 changed files with 92 additions and 376 deletions

View File

@@ -11,7 +11,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
import ContactText from "@/components/sections/contact/ContactText";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import Link from "next/link";
import { Zap, Target, Briefcase, Image, DollarSign, MessageCircle, Users, FileText, MapPin, Calendar, Shield, Clock, Award, MessageSquare, Check, Sparkles } from "lucide-react";
import { Zap, Target, Briefcase, Image, DollarSign, MessageCircle, Users, FileText, MapPin, Calendar, Shield, Clock, Award, MessageSquare, Check, Star } from "lucide-react";
export default function HomePage() {
return (
@@ -21,7 +21,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -60,29 +60,20 @@ export default function HomePage() {
buttonAnimation="slide-up"
testimonials={[
{
name: "Maria Rodriguez",
handle: "Restaurant Owner",
testimonial: "Our website brought us 40% more online reservations in the first month. Professional and easy to manage.",
rating: 5,
name: "Maria Rodriguez", handle: "Restaurant Owner", testimonial: "Our website brought us 40% more online reservations in the first month. Professional and easy to manage.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-headshot-portrait-of-a-frie-1772787113137-8f1ff802.png"
},
{
name: "Dr. James Chen",
handle: "Clinic Director",
testimonial: "Patients find us easily now. The website looks trustworthy and our appointment bookings tripled.",
rating: 5,
name: "Dr. James Chen", handle: "Clinic Director", testimonial: "Patients find us easily now. The website looks trustworthy and our appointment bookings tripled.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-headshot-of-a-male-doctor-i-1772787113829-e0babbf3.png"
},
{
name: "Sarah Thompson",
handle: "Hotel Manager",
testimonial: "Beautiful design that reflects our brand. We've seen a significant increase in direct bookings.",
rating: 5,
name: "Sarah Thompson", handle: "Hotel Manager", testimonial: "Beautiful design that reflects our brand. We've seen a significant increase in direct bookings.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-headshot-of-a-female-hotel--1772787114396-5da245a1.png"
}
]}
testimonialRotationInterval={5000}
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
/>
</div>
@@ -115,11 +106,8 @@ export default function HomePage() {
tagIcon={Briefcase}
features={[
{
id: "1",
title: "Restaurant Websites",
description: "Beautiful menus, online reservations, and mouth-watering food photography that brings customers through your doors.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/beautiful-restaurant-website-screenshot--1772787115308-43d9fc28.png?_wi=1"
id: "1", title: "Restaurant Websites", description: "Beautiful menus, online reservations, and mouth-watering food photography that brings customers through your doors.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/beautiful-restaurant-website-screenshot--1772787115308-43d9fc28.png"
},
items: [
{ icon: Users, text: "Online reservations system" },
@@ -129,25 +117,19 @@ export default function HomePage() {
reverse: false
},
{
id: "2",
title: "Hotel & Hospitality Sites",
description: "Showcase your rooms, amenities, and location to attract guests. Book direct without paying commissions.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/luxury-hotel-website-design-showing-stun-1772787117762-0072cd5c.png?_wi=1"
id: "2", title: "Hotel & Hospitality Sites", description: "Showcase your rooms, amenities, and location to attract guests. Book direct without paying commissions.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/luxury-hotel-website-design-showing-stun-1772787117762-0072cd5c.png"
},
items: [
{ icon: Calendar, text: "Booking system integration" },
{ icon: Image, text: "Room gallery showcase" },
{ icon: Sparkles, text: "Guest reviews & ratings" }
{ icon: Star, text: "Guest reviews & ratings" }
],
reverse: true
},
{
id: "3",
title: "Clinic & Medical Websites",
description: "Professional, HIPAA-aware websites that build patient trust and streamline appointments.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-medical-clinic-website-feat-1772787114513-b3188850.png?_wi=1"
id: "3", title: "Clinic & Medical Websites", description: "Professional, HIPAA-aware websites that build patient trust and streamline appointments.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-medical-clinic-website-feat-1772787114513-b3188850.png"
},
items: [
{ icon: Clock, text: "Appointment booking" },
@@ -157,10 +139,7 @@ export default function HomePage() {
reverse: false
},
{
id: "4",
title: "Service & Trade Websites",
description: "Plumbers, electricians, contractors—get leads online with a website that showcases your expertise.",
media: {
id: "4", title: "Service & Trade Websites", description: "Plumbers, electricians, contractors—get leads online with a website that showcases your expertise.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-contractor-website-for-plum-1772787115223-32c70662.png"
},
items: [
@@ -186,59 +165,19 @@ export default function HomePage() {
tagIcon={Image}
blogs={[
{
id: "1",
category: "Restaurant",
title: "La Trattoria - Fine Dining Website",
excerpt: "Complete redesign with online reservations, wine list, and stunning food photography. Online bookings increased 65%.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/beautiful-restaurant-website-showcase-wi-1772787116145-4d3c786e.png?_wi=1",
imageAlt: "La Trattoria restaurant website",
authorName: "Client Success Story",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-female-restaurant-o-1772787114013-b0babb89.png",
date: "Jan 2025"
id: "1", category: "Restaurant", title: "La Trattoria - Fine Dining Website", excerpt: "Complete redesign with online reservations, wine list, and stunning food photography. Online bookings increased 65%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/beautiful-restaurant-website-showcase-wi-1772787116145-4d3c786e.png", imageAlt: "La Trattoria restaurant website", authorName: "Client Success Story", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-female-restaurant-o-1772787114013-b0babb89.png", date: "Jan 2025"
},
{
id: "2",
category: "Hotel",
title: "Sunset Resort - Booking Engine Launch",
excerpt: "Modern hotel site with integrated booking system, photo galleries, and direct booking optimization. 45% increase in direct bookings.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/luxury-hotel-website-design-showcase-wit-1772787115404-e65ee8a3.png?_wi=1",
imageAlt: "Sunset Resort website",
authorName: "Client Success Story",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-male-hotel-manager--1772787115325-836d25be.png",
date: "Dec 2024"
id: "2", category: "Hotel", title: "Sunset Resort - Booking Engine Launch", excerpt: "Modern hotel site with integrated booking system, photo galleries, and direct booking optimization. 45% increase in direct bookings.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/luxury-hotel-website-design-showcase-wit-1772787115404-e65ee8a3.png", imageAlt: "Sunset Resort website", authorName: "Client Success Story", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-male-hotel-manager--1772787115325-836d25be.png", date: "Dec 2024"
},
{
id: "3",
category: "Clinic",
title: "Wellness Plus - Medical Practice Site",
excerpt: "Patient-friendly website with appointment scheduling, doctor profiles, and health information. Patient inquiries up 80%.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-medical-clinic-website-desi-1772787115294-b1a5005b.png?_wi=1",
imageAlt: "Wellness Plus clinic website",
authorName: "Client Success Story",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-female-healthcare-p-1772787113471-8f6b9553.png",
date: "Nov 2024"
id: "3", category: "Clinic", title: "Wellness Plus - Medical Practice Site", excerpt: "Patient-friendly website with appointment scheduling, doctor profiles, and health information. Patient inquiries up 80%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-medical-clinic-website-desi-1772787115294-b1a5005b.png", imageAlt: "Wellness Plus clinic website", authorName: "Client Success Story", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-female-healthcare-p-1772787113471-8f6b9553.png", date: "Nov 2024"
},
{
id: "4",
category: "Service",
title: "ProPlumbing - Lead Generation Site",
excerpt: "Service contractor website with service showcase, instant quotes, and service area map. Qualified leads tripled.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-service-contractor-website--1772787124623-da354850.png?_wi=1",
imageAlt: "ProPlumbing service website",
authorName: "Client Success Story",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-male-contractor-ser-1772787113200-940bf9bc.png",
date: "Oct 2024"
id: "4", category: "Service", title: "ProPlumbing - Lead Generation Site", excerpt: "Service contractor website with service showcase, instant quotes, and service area map. Qualified leads tripled.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-service-contractor-website--1772787124623-da354850.png", imageAlt: "ProPlumbing service website", authorName: "Client Success Story", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-male-contractor-ser-1772787113200-940bf9bc.png", date: "Oct 2024"
},
{
id: "5",
category: "Retail",
title: "StyleBoutique - Ecommerce Store",
excerpt: "Beautiful product showcase with secure shopping cart. Monthly revenue increased 120% in first quarter.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/fashion-retail-ecommerce-website-design--1772787126826-2e6f2d6b.png?_wi=1",
imageAlt: "StyleBoutique ecommerce site",
authorName: "Client Success Story",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-female-retail-bouti-1772787114803-cb2c0682.png",
date: "Sep 2024"
id: "5", category: "Retail", title: "StyleBoutique - Ecommerce Store", excerpt: "Beautiful product showcase with secure shopping cart. Monthly revenue increased 120% in first quarter.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/fashion-retail-ecommerce-website-design--1772787126826-2e6f2d6b.png", imageAlt: "StyleBoutique ecommerce site", authorName: "Client Success Story", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-female-retail-bouti-1772787114803-cb2c0682.png", date: "Sep 2024"
}
]}
textboxLayout="default"
@@ -257,63 +196,33 @@ export default function HomePage() {
tagIcon={DollarSign}
plans={[
{
id: "starter",
badge: "Starter",
badgeIcon: Zap,
price: "$1,999",
subtitle: "Perfect for getting started online",
buttons: [
id: "starter", badge: "Starter", badgeIcon: Zap,
price: "$1,999", subtitle: "Perfect for getting started online", buttons: [
{ text: "Choose Plan", href: "/contact" },
{ text: "Learn More", href: "/services" }
],
features: [
"Up to 5 pages",
"Mobile responsive design",
"Contact form",
"Google Maps integration",
"Basic SEO optimization",
"3 months of email support"
"Up to 5 pages", "Mobile responsive design", "Contact form", "Google Maps integration", "Basic SEO optimization", "3 months of email support"
]
},
{
id: "professional",
badge: "Professional",
badgeIcon: Sparkles,
price: "$3,999",
subtitle: "Best for growing businesses",
buttons: [
id: "professional", badge: "Professional", badgeIcon: Star,
price: "$3,999", subtitle: "Best for growing businesses", buttons: [
{ text: "Choose Plan", href: "/contact" },
{ text: "Learn More", href: "/services" }
],
features: [
"Up to 15 pages",
"Advanced mobile optimization",
"Online booking/reservations",
"Email marketing integration",
"Advanced SEO & analytics",
"6 months of support",
"Monthly updates included"
"Up to 15 pages", "Advanced mobile optimization", "Online booking/reservations", "Email marketing integration", "Advanced SEO & analytics", "6 months of support", "Monthly updates included"
]
},
{
id: "enterprise",
badge: "Enterprise",
badgeIcon: Award,
price: "$7,999",
subtitle: "For ambitious businesses",
buttons: [
id: "enterprise", badge: "Enterprise", badgeIcon: Award,
price: "$7,999", subtitle: "For ambitious businesses", buttons: [
{ text: "Choose Plan", href: "/contact" },
{ text: "Learn More", href: "/services" }
],
features: [
"Unlimited pages",
"Custom design & features",
"E-commerce integration",
"CRM integration",
"Advanced security",
"Priority 24/7 support",
"Monthly optimization & reporting",
"Training & documentation"
"Unlimited pages", "Custom design & features", "E-commerce integration", "CRM integration", "Advanced security", "Priority 24/7 support", "Monthly optimization & reporting", "Training & documentation"
]
}
]}
@@ -332,70 +241,22 @@ export default function HomePage() {
tagIcon={MessageCircle}
testimonials={[
{
id: "1",
name: "Maria Rodriguez, Owner - La Trattoria Italian Restaurant",
date: "Date: January 15, 2025",
title: "Game-changer for our restaurant business",
quote: "We had an outdated website that didn't convert visitors. Within the first month of launching our new site, online reservations jumped 65%. The team made the entire process smooth and we couldn't be happier. Highly recommended!",
tag: "Restaurant Industry",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-maria-rodriguez-1772787114634-7b571e82.png",
avatarAlt: "Maria Rodriguez",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/restaurant-website-success-metrics-visua-1772787114443-6c41491c.png?_wi=1"
id: "1", name: "Maria Rodriguez, Owner - La Trattoria Italian Restaurant", date: "Date: January 15, 2025", title: "Game-changer for our restaurant business", quote: "We had an outdated website that didn't convert visitors. Within the first month of launching our new site, online reservations jumped 65%. The team made the entire process smooth and we couldn't be happier. Highly recommended!", tag: "Restaurant Industry", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-maria-rodriguez-1772787114634-7b571e82.png", avatarAlt: "Maria Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/restaurant-website-success-metrics-visua-1772787114443-6c41491c.png"
},
{
id: "2",
name: "Dr. James Chen, Clinic Director - Wellness Plus Medical",
date: "Date: December 28, 2024",
title: "Professional and results-driven",
quote: "I was skeptical about needing a new website, but the results speak for themselves. Patient inquiries are up 80%, appointment bookings are automated, and patients comment on how trustworthy and professional we look. Well worth the investment.",
tag: "Healthcare Industry",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-dr-james-chen-m-1772787114966-fbd1e335.png",
avatarAlt: "Dr. James Chen",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/medical-clinic-website-success-dashboard-1772787116345-011ded15.png?_wi=1"
id: "2", name: "Dr. James Chen, Clinic Director - Wellness Plus Medical", date: "Date: December 28, 2024", title: "Professional and results-driven", quote: "I was skeptical about needing a new website, but the results speak for themselves. Patient inquiries are up 80%, appointment bookings are automated, and patients comment on how trustworthy and professional we look. Well worth the investment.", tag: "Healthcare Industry", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-dr-james-chen-m-1772787114966-fbd1e335.png", avatarAlt: "Dr. James Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/medical-clinic-website-success-dashboard-1772787116345-011ded15.png"
},
{
id: "3",
name: "Sarah Thompson, Manager - Sunset Resort & Spa",
date: "Date: December 10, 2024",
title: "Direct bookings through the roof",
quote: "Our previous site wasn't mobile-friendly and we were losing bookings to competitors. The new website is beautiful, fast, and our direct booking rate increased 45%. We've saved thousands in commission fees already.",
tag: "Hospitality Industry",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-sarah-thompson--1772787112838-777161dc.png",
avatarAlt: "Sarah Thompson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/hotel-website-success-metrics-showing-in-1772787114697-791c5641.png?_wi=1"
id: "3", name: "Sarah Thompson, Manager - Sunset Resort & Spa", date: "Date: December 10, 2024", title: "Direct bookings through the roof", quote: "Our previous site wasn't mobile-friendly and we were losing bookings to competitors. The new website is beautiful, fast, and our direct booking rate increased 45%. We've saved thousands in commission fees already.", tag: "Hospitality Industry", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-sarah-thompson--1772787112838-777161dc.png", avatarAlt: "Sarah Thompson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/hotel-website-success-metrics-showing-in-1772787114697-791c5641.png"
},
{
id: "4",
name: "Mike Johnson, Owner - ProPlumbing Services",
date: "Date: November 20, 2024",
title: "Finally getting qualified leads",
quote: "As a service contractor, I needed leads. This website generates qualified inquiries every day. Three months in and I'm booked solid. The investment paid for itself 10x over. The team was professional and responsive throughout.",
tag: "Service Industry",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-mike-johnson-ma-1772787114926-642b8edc.png",
avatarAlt: "Mike Johnson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/service-contractor-website-success-showi-1772787115030-c092bed0.png"
id: "4", name: "Mike Johnson, Owner - ProPlumbing Services", date: "Date: November 20, 2024", title: "Finally getting qualified leads", quote: "As a service contractor, I needed leads. This website generates qualified inquiries every day. Three months in and I'm booked solid. The investment paid for itself 10x over. The team was professional and responsive throughout.", tag: "Service Industry", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-mike-johnson-ma-1772787114926-642b8edc.png", avatarAlt: "Mike Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/service-contractor-website-success-showi-1772787115030-c092bed0.png"
},
{
id: "5",
name: "Jessica Lee, Founder - StyleBoutique Retail",
date: "Date: October 30, 2024",
title: "Our best business decision yet",
quote: "We moved online with this website and it completely transformed our business. Sales doubled in the first quarter. The site is beautiful, easy to update, and I get consistent support. Couldn't ask for better.",
tag: "Retail Industry",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-jessica-lee-fem-1772787113081-1c0e3814.png",
avatarAlt: "Jessica Lee",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/retail-ecommerce-website-success-dashboa-1772787116646-aabd9563.png"
id: "5", name: "Jessica Lee, Founder - StyleBoutique Retail", date: "Date: October 30, 2024", title: "Our best business decision yet", quote: "We moved online with this website and it completely transformed our business. Sales doubled in the first quarter. The site is beautiful, easy to update, and I get consistent support. Couldn't ask for better.", tag: "Retail Industry", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-jessica-lee-fem-1772787113081-1c0e3814.png", avatarAlt: "Jessica Lee", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/retail-ecommerce-website-success-dashboa-1772787116646-aabd9563.png"
},
{
id: "6",
name: "Tom Anderson, Director - Anderson Consulting",
date: "Date: September 15, 2024",
title: "Exceeded expectations completely",
quote: "From initial consultation to launch, everything was handled professionally. Our website reflects our brand perfectly and we're seeing more qualified leads than ever. The team understood our business needs immediately. Fantastic experience.",
tag: "B2B Services",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-tom-anderson-ma-1772787113224-16d747de.png",
avatarAlt: "Tom Anderson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/b2b-consulting-website-success-metrics-s-1772787118460-84f3d785.png"
id: "6", name: "Tom Anderson, Director - Anderson Consulting", date: "Date: September 15, 2024", title: "Exceeded expectations completely", quote: "From initial consultation to launch, everything was handled professionally. Our website reflects our brand perfectly and we're seeing more qualified leads than ever. The team understood our business needs immediately. Fantastic experience.", tag: "B2B Services", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-tom-anderson-ma-1772787113224-16d747de.png", avatarAlt: "Tom Anderson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/b2b-consulting-website-success-metrics-s-1772787118460-84f3d785.png"
}
]}
textboxLayout="default"
@@ -412,7 +273,7 @@ export default function HomePage() {
{ text: "Start Your Website Now", href: "/contact" },
{ text: "Schedule a Consultation", href: "/contact" }
]}
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>
@@ -420,12 +281,11 @@ export default function HomePage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/team-of-professional-web-developers-and--1772787114582-b3f11540.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/team-of-professional-web-developers-and--1772787114582-b3f11540.png"
imageAlt="Professional web development team"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Restaurant Websites", href: "/services" },
{ label: "Hotel & Hospitality", href: "/services" },
{ label: "Medical & Clinics", href: "/services" },
@@ -433,8 +293,7 @@ export default function HomePage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Pricing", href: "/pricing" },
@@ -442,8 +301,7 @@ export default function HomePage() {
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "#" },
{ label: "Documentation", href: "#" },
{ label: "Privacy Policy", href: "#" },

View File

@@ -17,7 +17,7 @@ export default function PortfolioPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -47,59 +47,19 @@ export default function PortfolioPage() {
tagIcon={Image}
blogs={[
{
id: "1",
category: "Restaurant",
title: "La Trattoria - Fine Dining Website",
excerpt: "Complete redesign with online reservations, wine list, and stunning food photography. Online bookings increased 65%.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/beautiful-restaurant-website-showcase-wi-1772787116145-4d3c786e.png?_wi=2",
imageAlt: "La Trattoria restaurant website",
authorName: "Client Success Story",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-female-restaurant-o-1772787114013-b0babb89.png",
date: "Jan 2025"
id: "1", category: "Restaurant", title: "La Trattoria - Fine Dining Website", excerpt: "Complete redesign with online reservations, wine list, and stunning food photography. Online bookings increased 65%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/beautiful-restaurant-website-showcase-wi-1772787116145-4d3c786e.png", imageAlt: "La Trattoria restaurant website", authorName: "Client Success Story", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-female-restaurant-o-1772787114013-b0babb89.png", date: "Jan 2025"
},
{
id: "2",
category: "Hotel",
title: "Sunset Resort - Booking Engine Launch",
excerpt: "Modern hotel site with integrated booking system, photo galleries, and direct booking optimization. 45% increase in direct bookings.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/luxury-hotel-website-design-showcase-wit-1772787115404-e65ee8a3.png?_wi=2",
imageAlt: "Sunset Resort website",
authorName: "Client Success Story",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-male-hotel-manager--1772787115325-836d25be.png",
date: "Dec 2024"
id: "2", category: "Hotel", title: "Sunset Resort - Booking Engine Launch", excerpt: "Modern hotel site with integrated booking system, photo galleries, and direct booking optimization. 45% increase in direct bookings.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/luxury-hotel-website-design-showcase-wit-1772787115404-e65ee8a3.png", imageAlt: "Sunset Resort website", authorName: "Client Success Story", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-male-hotel-manager--1772787115325-836d25be.png", date: "Dec 2024"
},
{
id: "3",
category: "Clinic",
title: "Wellness Plus - Medical Practice Site",
excerpt: "Patient-friendly website with appointment scheduling, doctor profiles, and health information. Patient inquiries up 80%.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-medical-clinic-website-desi-1772787115294-b1a5005b.png?_wi=2",
imageAlt: "Wellness Plus clinic website",
authorName: "Client Success Story",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-female-healthcare-p-1772787113471-8f6b9553.png",
date: "Nov 2024"
id: "3", category: "Clinic", title: "Wellness Plus - Medical Practice Site", excerpt: "Patient-friendly website with appointment scheduling, doctor profiles, and health information. Patient inquiries up 80%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-medical-clinic-website-desi-1772787115294-b1a5005b.png", imageAlt: "Wellness Plus clinic website", authorName: "Client Success Story", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-female-healthcare-p-1772787113471-8f6b9553.png", date: "Nov 2024"
},
{
id: "4",
category: "Service",
title: "ProPlumbing - Lead Generation Site",
excerpt: "Service contractor website with service showcase, instant quotes, and service area map. Qualified leads tripled.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-service-contractor-website--1772787124623-da354850.png?_wi=2",
imageAlt: "ProPlumbing service website",
authorName: "Client Success Story",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-male-contractor-ser-1772787113200-940bf9bc.png",
date: "Oct 2024"
id: "4", category: "Service", title: "ProPlumbing - Lead Generation Site", excerpt: "Service contractor website with service showcase, instant quotes, and service area map. Qualified leads tripled.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-service-contractor-website--1772787124623-da354850.png", imageAlt: "ProPlumbing service website", authorName: "Client Success Story", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-male-contractor-ser-1772787113200-940bf9bc.png", date: "Oct 2024"
},
{
id: "5",
category: "Retail",
title: "StyleBoutique - Ecommerce Store",
excerpt: "Beautiful product showcase with secure shopping cart. Monthly revenue increased 120% in first quarter.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/fashion-retail-ecommerce-website-design--1772787126826-2e6f2d6b.png?_wi=2",
imageAlt: "StyleBoutique ecommerce site",
authorName: "Client Success Story",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-female-retail-bouti-1772787114803-cb2c0682.png",
date: "Sep 2024"
id: "5", category: "Retail", title: "StyleBoutique - Ecommerce Store", excerpt: "Beautiful product showcase with secure shopping cart. Monthly revenue increased 120% in first quarter.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/fashion-retail-ecommerce-website-design--1772787126826-2e6f2d6b.png", imageAlt: "StyleBoutique ecommerce site", authorName: "Client Success Story", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/avatar-portrait-of-a-female-retail-bouti-1772787114803-cb2c0682.png", date: "Sep 2024"
}
]}
textboxLayout="default"
@@ -118,37 +78,13 @@ export default function PortfolioPage() {
tagIcon={MessageCircle}
testimonials={[
{
id: "1",
name: "Maria Rodriguez, Owner - La Trattoria Italian Restaurant",
date: "Date: January 15, 2025",
title: "Game-changer for our restaurant business",
quote: "We had an outdated website that didn't convert visitors. Within the first month of launching our new site, online reservations jumped 65%. The team made the entire process smooth and we couldn't be happier. Highly recommended!",
tag: "Restaurant Industry",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-maria-rodriguez-1772787114634-7b571e82.png",
avatarAlt: "Maria Rodriguez",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/restaurant-website-success-metrics-visua-1772787114443-6c41491c.png?_wi=2"
id: "1", name: "Maria Rodriguez, Owner - La Trattoria Italian Restaurant", date: "Date: January 15, 2025", title: "Game-changer for our restaurant business", quote: "We had an outdated website that didn't convert visitors. Within the first month of launching our new site, online reservations jumped 65%. The team made the entire process smooth and we couldn't be happier. Highly recommended!", tag: "Restaurant Industry", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-maria-rodriguez-1772787114634-7b571e82.png", avatarAlt: "Maria Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/restaurant-website-success-metrics-visua-1772787114443-6c41491c.png"
},
{
id: "2",
name: "Dr. James Chen, Clinic Director - Wellness Plus Medical",
date: "Date: December 28, 2024",
title: "Professional and results-driven",
quote: "I was skeptical about needing a new website, but the results speak for themselves. Patient inquiries are up 80%, appointment bookings are automated, and patients comment on how trustworthy and professional we look. Well worth the investment.",
tag: "Healthcare Industry",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-dr-james-chen-m-1772787114966-fbd1e335.png",
avatarAlt: "Dr. James Chen",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/medical-clinic-website-success-dashboard-1772787116345-011ded15.png?_wi=2"
id: "2", name: "Dr. James Chen, Clinic Director - Wellness Plus Medical", date: "Date: December 28, 2024", title: "Professional and results-driven", quote: "I was skeptical about needing a new website, but the results speak for themselves. Patient inquiries are up 80%, appointment bookings are automated, and patients comment on how trustworthy and professional we look. Well worth the investment.", tag: "Healthcare Industry", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-dr-james-chen-m-1772787114966-fbd1e335.png", avatarAlt: "Dr. James Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/medical-clinic-website-success-dashboard-1772787116345-011ded15.png"
},
{
id: "3",
name: "Sarah Thompson, Manager - Sunset Resort & Spa",
date: "Date: December 10, 2024",
title: "Direct bookings through the roof",
quote: "Our previous site wasn't mobile-friendly and we were losing bookings to competitors. The new website is beautiful, fast, and our direct booking rate increased 45%. We've saved thousands in commission fees already.",
tag: "Hospitality Industry",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-sarah-thompson--1772787112838-777161dc.png",
avatarAlt: "Sarah Thompson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/hotel-website-success-metrics-showing-in-1772787114697-791c5641.png?_wi=2"
id: "3", name: "Sarah Thompson, Manager - Sunset Resort & Spa", date: "Date: December 10, 2024", title: "Direct bookings through the roof", quote: "Our previous site wasn't mobile-friendly and we were losing bookings to competitors. The new website is beautiful, fast, and our direct booking rate increased 45%. We've saved thousands in commission fees already.", tag: "Hospitality Industry", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-portrait-of-sarah-thompson--1772787112838-777161dc.png", avatarAlt: "Sarah Thompson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/hotel-website-success-metrics-showing-in-1772787114697-791c5641.png"
}
]}
textboxLayout="default"
@@ -165,7 +101,7 @@ export default function PortfolioPage() {
{ text: "Start Your Project", href: "/contact" },
{ text: "View More Work", href: "/" }
]}
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>
@@ -173,12 +109,11 @@ export default function PortfolioPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/team-of-professional-web-developers-and--1772787114582-b3f11540.png?_wi=3"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/team-of-professional-web-developers-and--1772787114582-b3f11540.png"
imageAlt="Professional web development team"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Restaurant Websites", href: "/services" },
{ label: "Hotel & Hospitality", href: "/services" },
{ label: "Medical & Clinics", href: "/services" },
@@ -186,8 +121,7 @@ export default function PortfolioPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Pricing", href: "/pricing" },
@@ -195,8 +129,7 @@ export default function PortfolioPage() {
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "#" },
{ label: "Documentation", href: "#" },
{ label: "Privacy Policy", href: "#" },

View File

@@ -6,7 +6,7 @@ import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
import ContactText from "@/components/sections/contact/ContactText";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import Link from "next/link";
import { DollarSign, Zap, Sparkles, Award } from "lucide-react";
import { DollarSign, Zap, Star, Award } from "lucide-react";
export default function PricingPage() {
return (
@@ -16,7 +16,7 @@ export default function PricingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -46,63 +46,33 @@ export default function PricingPage() {
tagIcon={DollarSign}
plans={[
{
id: "starter",
badge: "Starter",
badgeIcon: Zap,
price: "$1,999",
subtitle: "Perfect for getting started online",
buttons: [
id: "starter", badge: "Starter", badgeIcon: Zap,
price: "$1,999", subtitle: "Perfect for getting started online", buttons: [
{ text: "Choose Plan", href: "/contact" },
{ text: "Learn More", href: "/services" }
],
features: [
"Up to 5 pages",
"Mobile responsive design",
"Contact form",
"Google Maps integration",
"Basic SEO optimization",
"3 months of email support"
"Up to 5 pages", "Mobile responsive design", "Contact form", "Google Maps integration", "Basic SEO optimization", "3 months of email support"
]
},
{
id: "professional",
badge: "Professional",
badgeIcon: Sparkles,
price: "$3,999",
subtitle: "Best for growing businesses",
buttons: [
id: "professional", badge: "Professional", badgeIcon: Star,
price: "$3,999", subtitle: "Best for growing businesses", buttons: [
{ text: "Choose Plan", href: "/contact" },
{ text: "Learn More", href: "/services" }
],
features: [
"Up to 15 pages",
"Advanced mobile optimization",
"Online booking/reservations",
"Email marketing integration",
"Advanced SEO & analytics",
"6 months of support",
"Monthly updates included"
"Up to 15 pages", "Advanced mobile optimization", "Online booking/reservations", "Email marketing integration", "Advanced SEO & analytics", "6 months of support", "Monthly updates included"
]
},
{
id: "enterprise",
badge: "Enterprise",
badgeIcon: Award,
price: "$7,999",
subtitle: "For ambitious businesses",
buttons: [
id: "enterprise", badge: "Enterprise", badgeIcon: Award,
price: "$7,999", subtitle: "For ambitious businesses", buttons: [
{ text: "Choose Plan", href: "/contact" },
{ text: "Learn More", href: "/services" }
],
features: [
"Unlimited pages",
"Custom design & features",
"E-commerce integration",
"CRM integration",
"Advanced security",
"Priority 24/7 support",
"Monthly optimization & reporting",
"Training & documentation"
"Unlimited pages", "Custom design & features", "E-commerce integration", "CRM integration", "Advanced security", "Priority 24/7 support", "Monthly optimization & reporting", "Training & documentation"
]
}
]}
@@ -121,7 +91,7 @@ export default function PricingPage() {
{ text: "Schedule a Consultation", href: "/contact" },
{ text: "Chat with Sales", href: "/contact" }
]}
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>
@@ -129,12 +99,11 @@ export default function PricingPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/team-of-professional-web-developers-and--1772787114582-b3f11540.png?_wi=4"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/team-of-professional-web-developers-and--1772787114582-b3f11540.png"
imageAlt="Professional web development team"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Restaurant Websites", href: "/services" },
{ label: "Hotel & Hospitality", href: "/services" },
{ label: "Medical & Clinics", href: "/services" },
@@ -142,8 +111,7 @@ export default function PricingPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Pricing", href: "/pricing" },
@@ -151,8 +119,7 @@ export default function PricingPage() {
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "#" },
{ label: "Documentation", href: "#" },
{ label: "Privacy Policy", href: "#" },

View File

@@ -7,7 +7,7 @@ import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
import ContactText from "@/components/sections/contact/ContactText";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import Link from "next/link";
import { Briefcase, Users, FileText, MapPin, Calendar, Image, Shield, Clock, Award, MessageSquare, DollarSign, Zap, Sparkles } from "lucide-react";
import { Briefcase, Users, FileText, MapPin, Calendar, Image, Shield, Clock, Award, MessageSquare, DollarSign, Zap, Star } from "lucide-react";
export default function ServicesPage() {
return (
@@ -17,7 +17,7 @@ export default function ServicesPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -47,25 +47,19 @@ export default function ServicesPage() {
tagIcon={Briefcase}
features={[
{
id: "1",
title: "Custom Website Design",
description: "Stunning, modern designs tailored to your brand and industry. We create websites that don't just look good—they convert visitors into customers.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/beautiful-restaurant-website-screenshot--1772787115308-43d9fc28.png?_wi=2"
id: "1", title: "Custom Website Design", description: "Stunning, modern designs tailored to your brand and industry. We create websites that don't just look good—they convert visitors into customers.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/beautiful-restaurant-website-screenshot--1772787115308-43d9fc28.png"
},
items: [
{ icon: Image, text: "Custom responsive design" },
{ icon: Sparkles, text: "Brand-aligned aesthetics" },
{ icon: Star, text: "Brand-aligned aesthetics" },
{ icon: Award, text: "User experience focused" }
],
reverse: false
},
{
id: "2",
title: "Technical Integration & Setup",
description: "Booking systems, payment gateways, email forms, and everything else your business needs to operate smoothly online.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/luxury-hotel-website-design-showing-stun-1772787117762-0072cd5c.png?_wi=2"
id: "2", title: "Technical Integration & Setup", description: "Booking systems, payment gateways, email forms, and everything else your business needs to operate smoothly online.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/luxury-hotel-website-design-showing-stun-1772787117762-0072cd5c.png"
},
items: [
{ icon: Calendar, text: "Booking system integration" },
@@ -75,11 +69,8 @@ export default function ServicesPage() {
reverse: true
},
{
id: "3",
title: "SEO & Performance Optimization",
description: "Fast-loading websites that rank on Google. We optimize every page for search engines so your ideal customers can find you.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-medical-clinic-website-feat-1772787114513-b3188850.png?_wi=2"
id: "3", title: "SEO & Performance Optimization", description: "Fast-loading websites that rank on Google. We optimize every page for search engines so your ideal customers can find you.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/professional-medical-clinic-website-feat-1772787114513-b3188850.png"
},
items: [
{ icon: FileText, text: "SEO strategy & implementation" },
@@ -104,63 +95,33 @@ export default function ServicesPage() {
tagIcon={DollarSign}
plans={[
{
id: "starter",
badge: "Starter",
badgeIcon: Zap,
price: "$1,999",
subtitle: "Perfect for getting started online",
buttons: [
id: "starter", badge: "Starter", badgeIcon: Zap,
price: "$1,999", subtitle: "Perfect for getting started online", buttons: [
{ text: "Choose Plan", href: "/contact" },
{ text: "Learn More", href: "/" }
],
features: [
"Up to 5 pages",
"Mobile responsive design",
"Contact form",
"Google Maps integration",
"Basic SEO optimization",
"3 months of email support"
"Up to 5 pages", "Mobile responsive design", "Contact form", "Google Maps integration", "Basic SEO optimization", "3 months of email support"
]
},
{
id: "professional",
badge: "Professional",
badgeIcon: Sparkles,
price: "$3,999",
subtitle: "Best for growing businesses",
buttons: [
id: "professional", badge: "Professional", badgeIcon: Star,
price: "$3,999", subtitle: "Best for growing businesses", buttons: [
{ text: "Choose Plan", href: "/contact" },
{ text: "Learn More", href: "/" }
],
features: [
"Up to 15 pages",
"Advanced mobile optimization",
"Online booking/reservations",
"Email marketing integration",
"Advanced SEO & analytics",
"6 months of support",
"Monthly updates included"
"Up to 15 pages", "Advanced mobile optimization", "Online booking/reservations", "Email marketing integration", "Advanced SEO & analytics", "6 months of support", "Monthly updates included"
]
},
{
id: "enterprise",
badge: "Enterprise",
badgeIcon: Award,
price: "$7,999",
subtitle: "For ambitious businesses",
buttons: [
id: "enterprise", badge: "Enterprise", badgeIcon: Award,
price: "$7,999", subtitle: "For ambitious businesses", buttons: [
{ text: "Choose Plan", href: "/contact" },
{ text: "Learn More", href: "/" }
],
features: [
"Unlimited pages",
"Custom design & features",
"E-commerce integration",
"CRM integration",
"Advanced security",
"Priority 24/7 support",
"Monthly optimization & reporting",
"Training & documentation"
"Unlimited pages", "Custom design & features", "E-commerce integration", "CRM integration", "Advanced security", "Priority 24/7 support", "Monthly optimization & reporting", "Training & documentation"
]
}
]}
@@ -179,7 +140,7 @@ export default function ServicesPage() {
{ text: "Schedule Consultation", href: "/contact" },
{ text: "Get a Quote", href: "/contact" }
]}
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>
@@ -187,12 +148,11 @@ export default function ServicesPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/team-of-professional-web-developers-and--1772787114582-b3f11540.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZ4zxmNcqiWsl4H9fXTecVOmEs/team-of-professional-web-developers-and--1772787114582-b3f11540.png"
imageAlt="Professional web development team"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Restaurant Websites", href: "/services" },
{ label: "Hotel & Hospitality", href: "/services" },
{ label: "Medical & Clinics", href: "/services" },
@@ -200,8 +160,7 @@ export default function ServicesPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Pricing", href: "/pricing" },
@@ -209,8 +168,7 @@ export default function ServicesPage() {
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "#" },
{ label: "Documentation", href: "#" },
{ label: "Privacy Policy", href: "#" },