Update src/app/services/page.tsx

This commit is contained in:
2026-04-10 00:58:25 +00:00
parent 821d968c6a
commit bce5d3b452

View File

@@ -15,10 +15,10 @@ export default function ServicesPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="mediumLargeSizeLargeTitles"
background="floatingGradient"
cardStyle="outline"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
background="noise"
cardStyle="glass-depth"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
headingFontWeight="medium"
>
<ReactLenis root>
@@ -39,14 +39,13 @@ export default function ServicesPage() {
<PricingCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground={true}
plans={[
{ id: "basic", title: "Basic Website", price: "$500+", period: "once", features: ["3-5 pages", "Mobile-friendly design", "Contact form", "Basic SEO"], button: { text: "Get Started", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=3", imageAlt: "mockup" },
{ id: "ecommerce", title: "E-Commerce", price: "$1200+", period: "once", features: ["Full online store", "Booking system", "E-commerce setup", "Advanced SEO"], button: { text: "Contact for Quote", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=3", imageAlt: "mockup" },
{ id: "maintenance", title: "Maintenance", price: "$50", period: "/mo", features: ["Security updates", "Regular edits", "Performance monitoring", "Support"], button: { text: "Sign Up", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110247.jpg?_wi=2", imageAlt: "mockup" }
{ id: "basic", title: "Basic Website", price: "$500+", period: "once", features: ["3-5 pages", "Mobile-friendly design", "Contact form"], button: { text: "Get Started", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-pattern_1253-1258.jpg?_wi=7" },
{ id: "ecommerce", title: "E-Commerce", price: "$1200+", period: "once", features: ["Online store", "Booking system"], button: { text: "Contact", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-pattern_1253-1258.jpg?_wi=8" },
]}
title="Website Packages"
description="Affordable packages to get your business seen."
description="Affordable, high-impact solutions for your business."
/>
</div>
@@ -54,24 +53,13 @@ export default function ServicesPage() {
<FeatureCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground={true}
features={[
{
title: "SEO Optimization", description: "Get found by more local customers on Google.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=3", imageAlt: "mockup" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=4", imageAlt: "mockup" }
},
{
title: "Content Writing", description: "Professional text that tells your business story.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=4", imageAlt: "mockup" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=4", imageAlt: "mockup" }
},
{
title: "Logo Design", description: "Polished brand visuals to stand out from the crowd.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=5", imageAlt: "mockup" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=5", imageAlt: "mockup" }
}
{ title: "SEO", description: "Get found by local customers.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-pattern_1253-1258.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-pattern_1253-1258.jpg?_wi=2" } },
]}
showStepNumbers={false}
title="Additional Services"
description="Tailored solutions for your specific business needs."
title="Tailored Solutions"
description="Beyond just design, we help you succeed."
/>
</div>
@@ -85,4 +73,4 @@ export default function ServicesPage() {
</ReactLenis>
</ThemeProvider>
);
}
}