9 Commits

Author SHA1 Message Date
5f1da49bd1 Update src/app/page.tsx 2026-05-16 05:09:39 +00:00
0a84e8feee Update src/app/page.tsx 2026-05-16 05:08:25 +00:00
6f8d5320e3 Update src/app/page.tsx 2026-05-16 05:05:14 +00:00
18c87fe674 Update src/app/page.tsx 2026-05-16 05:03:02 +00:00
1585eeac85 Merge version_4 into main
Merge version_4 into main
2026-05-16 04:59:54 +00:00
06e11fcf20 Update src/app/page.tsx 2026-05-16 04:59:48 +00:00
cf215c83ef Merge version_4 into main
Merge version_4 into main
2026-05-16 04:59:22 +00:00
8bebb60538 Update src/app/page.tsx 2026-05-16 04:59:18 +00:00
dd95e9700f Merge version_3 into main
Merge version_3 into main
2026-05-16 04:55:16 +00:00

View File

@@ -62,8 +62,12 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureHoverPattern
animationType="slide-up"
textboxLayout="split"
textboxLayout="inline-image"
useInvertedBackground={false}
titleSegments={[
{ type: "image", src: "http://img.b2bpic.net/free-photo/minimal-design-studio-abstract-composition_23-2148767215.jpg", alt: "service-top-image" },
{ type: "text", content: "Our Specialized Digital Services" }
]}
features={[
{ icon: Monitor, title: "Web Design", description: "Custom websites tailored to your specific business goals and audience." },
{ icon: Zap, title: "Landing Pages", description: "High-conversion landing pages engineered to drive measurable results." },
@@ -81,12 +85,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Tech Startup Platform", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-psd/computer-repair-template-design_23-2151454615.jpg" },
{ id: "p2", name: "Luxury Retail Experience", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-vector/vintage-vaporwave-background_23-2148872602.jpg" },
{ id: "p3", name: "Digital SaaS Identity", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-vases-with-decorative-branches-soft-lighting_24972-3108.jpg" },
{ id: "p4", name: "Professional Service Hub", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-photo/feedback-review-good-service-4-star-icon-symbol-concept-yellow-background-3d-illustration_56104-1566.jpg" },
{ id: "p5", name: "Fitness Brand Portal", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-business-landing-page-template_23-2149928631.jpg" },
{ id: "p6", name: "Creative Agency Portfolio", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-photo/close-up-aluminum-tubes-half-used_23-2150919848.jpg" }
{ id: "p1", name: "Tech Startup Platform", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-psd/computer-repair-template-design_23-2151454615.jpg" },
{ id: "p2", name: "Luxury Retail Experience", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-vector/vintage-vaporwave-background_23-2148872602.jpg" },
{ id: "p3", name: "Digital SaaS Identity", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-vases-with-decorative-branches-soft-lighting_24972-3108.jpg" },
{ id: "p4", name: "Professional Service Hub", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/feedback-review-good-service-4-star-icon-symbol-concept-yellow-background-3d-illustration_56104-1566.jpg" },
{ id: "p5", name: "Fitness Brand Portal", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-business-landing-page-template_23-2149928631.jpg" },
{ id: "p6", name: "Creative Agency Portfolio", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/close-up-aluminum-tubes-half-used_23-2150919848.jpg" }
]}
title="Selected Project Work"
description="A glimpse into our recent design work for high-growth brands."
@@ -110,15 +114,15 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "starter", badge: "Essential", price: "$3,500", subtitle: "For small businesses starting out", buttons: [{ text: "Inquire" }],
id: "starter", badge: "Essential", price: "$600", subtitle: "For small businesses starting out", buttons: [{ text: "Inquire" }],
features: ["Custom Landing Page", "Responsive Layout", "Basic SEO Optimization"]
},
{
id: "growth", badge: "Popular", price: "$7,500", subtitle: "For established brands scaling up", buttons: [{ text: "Inquire" }],
id: "growth", badge: "Popular", price: "$1000", subtitle: "For established brands scaling up", buttons: [{ text: "Inquire" }],
features: ["Full Website Design", "Content Strategy", "Advanced SEO Setup", "Speed Optimization"]
},
{
id: "enterprise", badge: "Custom", price: "Custom", subtitle: "For ambitious enterprise needs", buttons: [{ text: "Get a Quote" }],
id: "enterprise", badge: "Pro ", price: "Pro ", subtitle: "For ambitious enterprise needs", buttons: [{ text: "Get a Quote" }],
features: ["Full Identity Systems", "Enterprise Architecture", "Ongoing Maintenance", "Direct Support"]
}
]}