From feed6dc7917acd9d04eb011c9b397efbb2c9c541 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 19:22:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 292 +++++++---------------------------------------- 1 file changed, 42 insertions(+), 250 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f6be60..4bbccee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -215,42 +105,16 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "one-time", - badge: "Growth", - price: "$5,000+", - subtitle: "One-off web design build", - features: [ - "UI/UX Design", - "Custom Dev", - "Payment Setup", - ], + id: "one-time", badge: "Growth / Croissance", price: "$5,000+", subtitle: "One-off web design build / Conception web ponctuelle", features: [ + "Bilingual UI/UX Design", "Custom Dev / Développpement", "Payment Setup / Paiement"], buttons: [ { - text: "Buy Now", - href: "#", - }, - ], - }, - { - id: "monthly", - badge: "Partnership", - price: "$500/mo", - subtitle: "Ongoing maintenance & security", - features: [ - "Server Updates", - "Security Patching", - "Priority Support", - ], - buttons: [ - { - text: "Subscribe", - href: "#", - }, + text: "Buy Now / Acheter", href: "#"}, ], }, ]} - title="Transparent Pricing" - description="Flexible plans for one-off builds and ongoing stability." + title="Transparent Pricing / Tarifs Transparents" + description="Grid Studio plans for one-off builds and bilingual maintenance." /> @@ -260,50 +124,9 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} - testimonials={[ - { - id: "1", - name: "Sarah J.", - role: "Director", - company: "Company A", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022640.jpg", - }, - { - id: "2", - name: "Mark L.", - role: "CTO", - company: "Company B", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/interested-gorgeous-man-with-black-eyes-looking-indoor-photo-fashionable-well-dressed-african-guy-glasses_197531-22079.jpg", - }, - { - id: "3", - name: "Alex K.", - role: "Owner", - company: "Company C", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg", - }, - { - id: "4", - name: "Beth R.", - role: "PM", - company: "Company D", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-redhead-woman-black-wall_176420-16401.jpg", - }, - { - id: "5", - name: "Dave H.", - role: "Dev", - company: "Company E", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", - }, - ]} - title="Client Success" - description="What our clients say about the Grid Studio experience." + testimonials={[]} + title="Client Success / Succès Clients" + description="Grid Studio client reviews. | Avis clients de Grid Studio." /> @@ -313,23 +136,9 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do you provide maintenance?", - content: "Yes, we offer recurring maintenance subscriptions.", - }, - { - id: "f2", - title: "What payment methods?", - content: "We support all major credit cards.", - }, - { - id: "f3", - title: "How long for a build?", - content: "Typical builds take 4-8 weeks.", - }, + id: "f1", title: "Do you provide bilingual maintenance? / Maintenance bilingue ?", content: "Yes, we offer recurring bilingual maintenance subscriptions."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/still-life-red-thread-connection_23-2149870879.jpg" - title="Common Questions" + title="Common Questions / Questions Fréquentes" description="Getting started with Grid Studio." faqsAnimation="slide-up" /> @@ -339,16 +148,13 @@ export default function LandingPage() { @@ -357,34 +163,20 @@ export default function LandingPage() { -- 2.49.1