diff --git a/src/app/page.tsx b/src/app/page.tsx index a6a205d..9f89016 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,7 +161,7 @@ export default function LandingPage() { id: "2", name: "Michael Chen", handle: "@mchen_ventures", testimonial: "From concept to launch, the team was professional and collaborative. They understood our vision and delivered beyond expectations. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw2SEDemMj1gm9muV9Nb1i4LlB/professional-business-portrait-of-a-woma-1773489387598-08120475.png", imageAlt: "Michael Chen, Founder" }, { - id: "3", name: "Emma Rodriguez", handle: "@emma_Rodriguez_design", testimonial: "The attention to detail is remarkable. Our customers have praised the new website design, and we've seen measurable improvements in engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw2SEDemMj1gm9muV9Nb1i4LlB/professional-business-portrait-successfu-1773489387648-6494a885.png", imageAlt: "Emma Rodriguez, Marketing Director" + id: "3", name: "Emman Rodriguez", handle: "@emma_Rodriguez_design", testimonial: "The attention to detail is remarkable. Our customers have praised the new website design, and we've seen measurable improvements in engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw2SEDemMj1gm9muV9Nb1i4LlB/professional-business-portrait-successfu-1773489387648-6494a885.png", imageAlt: "Emma Rodriguez, Marketing Director" }, { id: "4", name: "David Thompson", handle: "@davidthompson_dev", testimonial: "Excellent technical implementation combined with beautiful design. They clearly understand both UX and backend performance optimization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aw2SEDemMj1gm9muV9Nb1i4LlB/professional-business-portrait-confident-1773489387665-b058e1cc.png", imageAlt: "David Thompson, Product Manager" @@ -202,14 +202,14 @@ export default function LandingPage() { plans={[ { id: "starter", tag: "Popular", tagIcon: Star, - price: "$2,999", period: "One-time", description: "Perfect for small businesses launching their first website", button: { text: "Get Started", href: "#contact" }, + price: "£700", period: "One-time", description: "Perfect for small businesses launching their first website", button: { text: "Get Started", href: "#contact" }, featuresTitle: "Included Features", features: [ "5 Page Website", "Mobile Responsive Design", "SEO Optimization", "Contact Forms", "3 Months Support" ] }, { id: "professional", tag: "Best Value", tagIcon: Award, - price: "$6,999", period: "One-time", description: "Ideal for growing businesses with complex requirements", button: { text: "Get Started", href: "#contact" }, + price: "£1,299", period: "One-time", description: "Ideal for growing businesses with complex requirements", button: { text: "Get Started", href: "#contact" }, featuresTitle: "Included Features", features: [ "15 Page Website", "Custom Design & Development", "Advanced SEO", "E-commerce Integration", "6 Months Support", "Analytics Dashboard" ]