From 23034f806d7b5224d498cea26808979930fc7d35 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:32:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9828669..c0efcf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { { value: "24 Hours", title: "Average Delivery" }, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/geometric-young-creative-agency-logo-template_742173-17664.jpg" + imageSrc="http://img.b2bpic.net/free-vector/geometric-young-creative-agency-logo-template_742173-17664.jpg?_wi=1" imageAlt="Studio workspace with design process" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -142,17 +142,17 @@ export default function LandingPage() { description="Three tiers designed for every stage of growth. All plans include one-day delivery and unlimited revision rounds." plans={[ { - id: "starter", title: "Starter", price: "$1,200", period: "one-time", imageSrc: "http://img.b2bpic.net/free-vector/geometric-young-creative-agency-logo-template_742173-17664.jpg", imageAlt: "Starter package preview", button: { text: "Get Started", href: "#contact" }, + id: "starter", title: "Starter", price: "$1,200", period: "one-time", imageSrc: "http://img.b2bpic.net/free-vector/geometric-young-creative-agency-logo-template_742173-17664.jpg?_wi=2", imageAlt: "Starter package preview", button: { text: "Get Started", href: "#contact" }, features: [ "Logo design (3 variants)", "2 revision rounds", "Brand color palette", "Typography guide", "24-hour delivery"], }, { - id: "pro", title: "Professional", price: "$2,400", period: "one-time", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg", imageAlt: "Professional package preview", button: { text: "Select Plan", href: "#contact" }, + id: "pro", title: "Professional", price: "$2,400", period: "one-time", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg?_wi=1", imageAlt: "Professional package preview", button: { text: "Select Plan", href: "#contact" }, features: [ "Logo design (5 variants)", "5 revision rounds", "Complete brand identity", "Logo usage guidelines", "Social media templates", "24-hour delivery"], }, { - id: "enterprise", title: "Enterprise", price: "$4,200", period: "one-time", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg", imageAlt: "Enterprise package preview", button: { text: "Contact Sales", href: "#contact" }, + id: "enterprise", title: "Enterprise", price: "$4,200", period: "one-time", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg?_wi=2", imageAlt: "Enterprise package preview", button: { text: "Contact Sales", href: "#contact" }, features: [ "Logo design (unlimited variants)", "Unlimited revision rounds", "Complete brand system", "Brand voice & tone guidelines", "Website brand kit", "Comprehensive documentation", "24-hour delivery"], }, @@ -174,9 +174,9 @@ export default function LandingPage() { { id: "2", title: "Rebrand that elevated our entire perception", quote: "Our old branding felt dated. The new identity from Singularity completely transformed how enterprise clients perceive us. Worth every penny.", name: "Marcus Johnson", role: "VP Marketing, CloudSync", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg", imageAlt: "Marcus Johnson"}, { - id: "3", title: "Speed without sacrificing quality", quote: "I was skeptical about 24-hour turnaround. The quality proves that speed and excellence aren't mutually exclusive. Highly recommend.", name: "Emma Rodriguez", role: "Marketing Director, GrowthLabs", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez"}, + id: "3", title: "Speed without sacrificing quality", quote: "I was skeptical about 24-hour turnaround. The quality proves that speed and excellence aren't mutually exclusive. Highly recommend.", name: "Emma Rodriguez", role: "Marketing Director, GrowthLabs", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Emma Rodriguez"}, { - id: "4", title: "Professional partnership with remarkable results", quote: "The Singularity team understood our vision immediately. The creative execution and comprehensive delivery materials set a new standard for branding work.", name: "David Kim", role: "Founder, InnovateTech", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"}, + id: "4", title: "Professional partnership with remarkable results", quote: "The Singularity team understood our vision immediately. The creative execution and comprehensive delivery materials set a new standard for branding work.", name: "David Kim", role: "Founder, InnovateTech", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kim"}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1