Merge version_1 into main #2
148
src/app/page.tsx
148
src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Sparkles, Zap, Award, Package, Mail, TrendingUp, Palette, Dropper, Type, BookOpen, Share2, Quote, Lock, Bell, Send, Home, Settings, Bell as BellIcon, MessageCircle, User, Heart, Search, ShoppingCart } from 'lucide-react';
|
||||
import { Sparkles, Zap, Award, Package, Mail, TrendingUp, Palette, Type, BookOpen, Share2, Quote, Lock, Bell, Send, Home, Settings, Bell as BellIcon, MessageCircle, User, Heart, Search, ShoppingCart } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -25,8 +25,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Portfolio", href: "/" },
|
||||
@@ -34,8 +33,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Web Development", href: "/services" },
|
||||
{ label: "Graphic Design", href: "/services" },
|
||||
{ label: "Branding", href: "/services" },
|
||||
@@ -43,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Email: hello@webild.com", href: "mailto:hello@webild.com" },
|
||||
{ label: "Phone: (555) 123-4567", href: "tel:+15551234567" },
|
||||
@@ -52,8 +49,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -97,13 +93,9 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-stunning-responsive-website-mockup-dis-1773060593435-8dfc14b9.png",
|
||||
imageAlt: "Website Design Showcase",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-stunning-responsive-website-mockup-dis-1773060593435-8dfc14b9.png", imageAlt: "Website Design Showcase"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-collection-of-graphic-design-elements--1773060593334-e4a6dfec.png",
|
||||
imageAlt: "Graphic Design Portfolio",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-collection-of-graphic-design-elements--1773060593334-e4a6dfec.png", imageAlt: "Graphic Design Portfolio"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -123,41 +115,22 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Website Design & Development",
|
||||
description: "Custom responsive websites built with modern technology, stunning design, and seamless user experience.",
|
||||
bentoComponent: "globe",
|
||||
title: "Website Design & Development", description: "Custom responsive websites built with modern technology, stunning design, and seamless user experience.", bentoComponent: "globe"},
|
||||
{
|
||||
title: "E-commerce Solutions", description: "Full-featured online stores optimized for conversions with secure payment processing and inventory management.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Landing Page Design", description: "High-converting landing pages designed to capture leads and drive sales with compelling copy and CTAs.", bentoComponent: "line-chart"},
|
||||
{
|
||||
title: "Logo Design", description: "Memorable, professional logos that represent your brand identity and stand out in the marketplace.", bentoComponent: "reveal-icon", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "E-commerce Solutions",
|
||||
description: "Full-featured online stores optimized for conversions with secure payment processing and inventory management.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
title: "Social Media Graphics", description: "Eye-catching social media content that engages your audience and builds your brand presence online.", bentoComponent: "marquee", centerIcon: Share2,
|
||||
variant: "icon", icons: [Send, MessageCircle, Heart, Search],
|
||||
},
|
||||
{
|
||||
title: "Landing Page Design",
|
||||
description: "High-converting landing pages designed to capture leads and drive sales with compelling copy and CTAs.",
|
||||
bentoComponent: "line-chart",
|
||||
},
|
||||
{
|
||||
title: "Logo Design",
|
||||
description: "Memorable, professional logos that represent your brand identity and stand out in the marketplace.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Social Media Graphics",
|
||||
description: "Eye-catching social media content that engages your audience and builds your brand presence online.",
|
||||
bentoComponent: "marquee",
|
||||
centerIcon: Share2,
|
||||
variant: "icon",
|
||||
icons: [Send, MessageCircle, Heart, Search],
|
||||
},
|
||||
{
|
||||
title: "Branding & Design",
|
||||
description: "Complete brand identity packages including color palettes, typography, guidelines, and visual assets.",
|
||||
bentoComponent: "3d-card-grid",
|
||||
items: [
|
||||
title: "Branding & Design", description: "Complete brand identity packages including color palettes, typography, guidelines, and visual assets.", bentoComponent: "3d-card-grid", items: [
|
||||
{ name: "Logo", icon: Palette },
|
||||
{ name: "Colors", icon: Dropper },
|
||||
{ name: "Colors", icon: Package },
|
||||
{ name: "Typography", icon: Type },
|
||||
{ name: "Guidelines", icon: BookOpen },
|
||||
],
|
||||
@@ -172,10 +145,7 @@ export default function HomePage() {
|
||||
heading={[
|
||||
{ type: "text", content: "We're a team of passionate" },
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/an-inspiring-image-of-a-diverse-creative-1773060592885-5f954137.png",
|
||||
alt: "Creative Team",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/an-inspiring-image-of-a-diverse-creative-1773060592885-5f954137.png", alt: "Creative Team"},
|
||||
{ type: "text", content: "designers and developers dedicated to creating digital excellence" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
@@ -200,37 +170,13 @@ export default function HomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fashion E-commerce Platform",
|
||||
price: "Premium Design",
|
||||
variant: "Web Design & Development",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-modern-e-commerce-website-for-a-fashio-1773060593879-f38f9bfe.png?_wi=1",
|
||||
imageAlt: "Fashion E-commerce Website",
|
||||
},
|
||||
id: "1", name: "Fashion E-commerce Platform", price: "Premium Design", variant: "Web Design & Development", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-modern-e-commerce-website-for-a-fashio-1773060593879-f38f9bfe.png", imageAlt: "Fashion E-commerce Website"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Business Consulting Website",
|
||||
price: "Corporate Branding",
|
||||
variant: "Web Design & Graphic Design",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-professional-business-consulting-websi-1773060597751-3cc5b34b.png?_wi=1",
|
||||
imageAlt: "Consulting Business Website",
|
||||
},
|
||||
id: "2", name: "Business Consulting Website", price: "Corporate Branding", variant: "Web Design & Graphic Design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-professional-business-consulting-websi-1773060597751-3cc5b34b.png", imageAlt: "Consulting Business Website"},
|
||||
{
|
||||
id: "3",
|
||||
name: "SaaS Platform Landing Page",
|
||||
price: "Product Launch",
|
||||
variant: "Web Development & UX Design",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-vibrant-saas-product-website-showcasin-1773060595069-7f4e9736.png?_wi=1",
|
||||
imageAlt: "SaaS Product Website",
|
||||
},
|
||||
id: "3", name: "SaaS Platform Landing Page", price: "Product Launch", variant: "Web Development & UX Design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-vibrant-saas-product-website-showcasin-1773060595069-7f4e9736.png", imageAlt: "SaaS Product Website"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Creative Agency Portfolio",
|
||||
price: "Brand Identity",
|
||||
variant: "Web Design & Branding",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-creative-agency-portfolio-website-feat-1773060605434-1cfcf5a5.png?_wi=1",
|
||||
imageAlt: "Creative Agency Website",
|
||||
},
|
||||
id: "4", name: "Creative Agency Portfolio", price: "Brand Identity", variant: "Web Design & Branding", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-creative-agency-portfolio-website-feat-1773060605434-1cfcf5a5.png", imageAlt: "Creative Agency Website"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -247,53 +193,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO of TechFlow Solutions",
|
||||
testimonial: "Webild transformed our entire digital presence. Their web development team created a stunning, high-performance website that increased our conversions by 45%. Highly recommended!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-professional-headshot-portrait-of-a-sm-1773060593991-6b926f19.png?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "CEO of TechFlow Solutions", testimonial: "Webild transformed our entire digital presence. Their web development team created a stunning, high-performance website that increased our conversions by 45%. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-professional-headshot-portrait-of-a-sm-1773060593991-6b926f19.png", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Founder of Creative Minds Co.",
|
||||
testimonial: "The branding and graphic design work was exceptional. They captured our vision perfectly and created a cohesive brand identity that truly represents our company's values.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-professional-headshot-portrait-of-a-co-1773060592074-8f8dbaef.png?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Founder of Creative Minds Co.", testimonial: "The branding and graphic design work was exceptional. They captured our vision perfectly and created a cohesive brand identity that truly represents our company's values.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-professional-headshot-portrait-of-a-co-1773060592074-8f8dbaef.png", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director at GrowthCo",
|
||||
testimonial: "Working with Webild was a game-changer. Their social media graphics and landing pages have significantly boosted our engagement and lead generation. Professional, creative, and results-driven!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-professional-headshot-portrait-of-a-sm-1773060592626-839d0221.png?_wi=1",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Director at GrowthCo", testimonial: "Working with Webild was a game-changer. Their social media graphics and landing pages have significantly boosted our engagement and lead generation. Professional, creative, and results-driven!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-professional-headshot-portrait-of-a-sm-1773060592626-839d0221.png", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Owner of Digital Ventures",
|
||||
testimonial: "Exceptional service from start to finish. The team understood our needs perfectly and delivered an e-commerce platform that exceeded our expectations. Best investment we've made!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-professional-headshot-portrait-of-a-co-1773060592128-15ba0990.png?_wi=1",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Owner of Digital Ventures", testimonial: "Exceptional service from start to finish. The team understood our needs perfectly and delivered an e-commerce platform that exceeded our expectations. Best investment we've made!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-professional-headshot-portrait-of-a-co-1773060592128-15ba0990.png", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
role: "Product Manager at Innovate Labs",
|
||||
testimonial: "Their design thinking and technical expertise are unmatched. They created a seamless user experience that our customers absolutely love. A true pleasure to work with!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-professional-headshot-portrait-of-a-sm-1773060592488-f18e3e11.png?_wi=1",
|
||||
imageAlt: "Jessica Martinez",
|
||||
},
|
||||
id: "5", name: "Jessica Martinez", role: "Product Manager at Innovate Labs", testimonial: "Their design thinking and technical expertise are unmatched. They created a seamless user experience that our customers absolutely love. A true pleasure to work with!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-professional-headshot-portrait-of-a-sm-1773060592488-f18e3e11.png", imageAlt: "Jessica Martinez"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Wilson",
|
||||
role: "Startup Founder",
|
||||
testimonial: "Webild delivered everything on time and within budget. Their communication, creativity, and technical skills made the entire project smooth and successful. Highly professional team!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-professional-headshot-portrait-of-a-co-1773060592525-266baff5.png?_wi=1",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "6", name: "James Wilson", role: "Startup Founder", testimonial: "Webild delivered everything on time and within budget. Their communication, creativity, and technical skills made the entire project smooth and successful. Highly professional team!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-professional-headshot-portrait-of-a-co-1773060592525-266baff5.png", imageAlt: "James Wilson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Zap, Package, Mail, Sparkles, Rocket, Crown, Send, MessageCircle, Heart, Search, Palette, Dropper, Type, BookOpen, Share2 } from 'lucide-react';
|
||||
import { Zap, Package, Mail, Sparkles, Rocket, Crown, Send, MessageCircle, Heart, Search, Palette, Type, BookOpen, Share2 } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function ServicesPage() {
|
||||
@@ -20,8 +20,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Portfolio", href: "/" },
|
||||
@@ -29,8 +28,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Web Development", href: "/services" },
|
||||
{ label: "Graphic Design", href: "/services" },
|
||||
{ label: "Branding", href: "/services" },
|
||||
@@ -38,8 +36,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Email: hello@webild.com", href: "mailto:hello@webild.com" },
|
||||
{ label: "Phone: (555) 123-4567", href: "tel:+15551234567" },
|
||||
@@ -47,8 +44,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -89,20 +85,11 @@ export default function ServicesPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Website Design & Development",
|
||||
description: "Custom responsive websites built with cutting-edge technology, stunning design, and seamless user experience. Our websites are optimized for performance, SEO, and conversions.",
|
||||
bentoComponent: "globe",
|
||||
},
|
||||
title: "Website Design & Development", description: "Custom responsive websites built with cutting-edge technology, stunning design, and seamless user experience. Our websites are optimized for performance, SEO, and conversions.", bentoComponent: "globe"},
|
||||
{
|
||||
title: "E-commerce Solutions",
|
||||
description: "Full-featured online stores optimized for conversions with secure payment processing, inventory management, and customer analytics. We build platforms that drive sales.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "E-commerce Solutions", description: "Full-featured online stores optimized for conversions with secure payment processing, inventory management, and customer analytics. We build platforms that drive sales.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Landing Page Design",
|
||||
description: "High-converting landing pages designed to capture leads and drive sales. Each page features compelling copy, strategic CTAs, and conversion-optimized layouts that deliver results.",
|
||||
bentoComponent: "line-chart",
|
||||
},
|
||||
title: "Landing Page Design", description: "High-converting landing pages designed to capture leads and drive sales. Each page features compelling copy, strategic CTAs, and conversion-optimized layouts that deliver results.", bentoComponent: "line-chart"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,51 +106,19 @@ export default function ServicesPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Perfect for Startups",
|
||||
badgeIcon: Rocket,
|
||||
price: "$1,999",
|
||||
subtitle: "For small businesses and solopreneurs",
|
||||
features: [
|
||||
"5-page responsive website",
|
||||
"Basic SEO optimization",
|
||||
"3 stock photos included",
|
||||
"1 month free support",
|
||||
"Mobile-friendly design",
|
||||
],
|
||||
id: "basic", badge: "Perfect for Startups", badgeIcon: Rocket,
|
||||
price: "$1,999", subtitle: "For small businesses and solopreneurs", features: [
|
||||
"5-page responsive website", "Basic SEO optimization", "3 stock photos included", "1 month free support", "Mobile-friendly design"],
|
||||
},
|
||||
{
|
||||
id: "standard",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$4,999",
|
||||
subtitle: "Best for growing businesses",
|
||||
features: [
|
||||
"10-page custom website",
|
||||
"Advanced SEO optimization",
|
||||
"Original photography session",
|
||||
"3 months free support",
|
||||
"Contact form & newsletter",
|
||||
"Blog integration",
|
||||
"Social media integration",
|
||||
],
|
||||
id: "standard", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$4,999", subtitle: "Best for growing businesses", features: [
|
||||
"10-page custom website", "Advanced SEO optimization", "Original photography session", "3 months free support", "Contact form & newsletter", "Blog integration", "Social media integration"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "For Enterprises",
|
||||
badgeIcon: Crown,
|
||||
price: "$9,999",
|
||||
subtitle: "Complete digital transformation",
|
||||
features: [
|
||||
"Custom e-commerce platform",
|
||||
"Advanced analytics setup",
|
||||
"Professional photoshoot included",
|
||||
"6 months free support",
|
||||
"API integrations",
|
||||
"Custom branding package",
|
||||
"Social media strategy",
|
||||
"Ongoing maintenance & updates",
|
||||
],
|
||||
id: "premium", badge: "For Enterprises", badgeIcon: Crown,
|
||||
price: "$9,999", subtitle: "Complete digital transformation", features: [
|
||||
"Custom e-commerce platform", "Advanced analytics setup", "Professional photoshoot included", "6 months free support", "API integrations", "Custom branding package", "Social media strategy", "Ongoing maintenance & updates"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -178,7 +133,7 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-modern-office-space-with-a-designer-at-1773060592648-da760118.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai17BCjj2rnhUgbPAt45dE7RQj/a-modern-office-space-with-a-designer-at-1773060592648-da760118.png"
|
||||
imageAlt="Creative Design Process"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user