diff --git a/src/app/page.tsx b/src/app/page.tsx index b7fdf1e..4baf830 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,51 +31,25 @@ export default function LandingPage() {
@@ -145,42 +91,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Luxe Branding", - price: "Identity", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-workspace-with-glasses-laptop_23-2148430824.jpg", - }, - { - id: "p2", - name: "Mobile Interface", - price: "UI/UX", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-reading-digital-magazine_23-2150162646.jpg", - }, - { - id: "p3", - name: "Motion Showcase", - price: "Motion", - imageSrc: "http://img.b2bpic.net/free-photo/set-splashing-yellow-blue-liquid-black-backdrop_23-2147837331.jpg", - }, - { - id: "p4", - name: "Corporate Identity", - price: "Branding", - imageSrc: "http://img.b2bpic.net/free-photo/blank-birthday-card-golden-leaves_53876-110288.jpg", - }, - { - id: "p5", - name: "Digital Presence", - price: "Web", - imageSrc: "http://img.b2bpic.net/free-photo/brand-branding-high-quality-exclusive-concept_53876-132313.jpg", - }, - { - id: "p6", - name: "Architectural Design", - price: "UI/UX", - imageSrc: "http://img.b2bpic.net/free-photo/concrete-wall-building-with-shadows_122409-18.jpg", - }, + { id: "p1", name: "Luxe Branding", price: "Identity", imageSrc: "http://img.b2bpic.net/free-photo/top-view-workspace-with-glasses-laptop_23-2148430824.jpg" }, + { id: "p2", name: "Mobile Interface", price: "UI/UX", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-reading-digital-magazine_23-2150162646.jpg" }, + { id: "p3", name: "Motion Showcase", price: "Motion", imageSrc: "http://img.b2bpic.net/free-photo/set-splashing-yellow-blue-liquid-black-backdrop_23-2147837331.jpg" }, + { id: "p4", name: "Corporate Identity", price: "Branding", imageSrc: "http://img.b2bpic.net/free-photo/blank-birthday-card-golden-leaves_53876-110288.jpg" }, + { id: "p5", name: "Digital Presence", price: "Web", imageSrc: "http://img.b2bpic.net/free-photo/brand-branding-high-quality-exclusive-concept_53876-132313.jpg" }, + { id: "p6", name: "Architectural Design", price: "UI/UX", imageSrc: "http://img.b2bpic.net/free-photo/concrete-wall-building-with-shadows_122409-18.jpg" }, ]} title="Nos Réalisations" description="Une sélection de projets où l'excellence rencontre le design." @@ -191,15 +107,7 @@ export default function LandingPage() { @@ -212,46 +120,11 @@ export default function LandingPage() { gridVariant="one-large-right-three-stacked-left" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sophie Martin", - role: "Directrice Marketing", - company: "LVMH", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", - }, - { - id: "t2", - name: "Marc Durand", - role: "Fondateur", - company: "Startup Tech", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", - }, - { - id: "t3", - name: "Clara Dubois", - role: "CEO", - company: "Fashion Co", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-black-suit-posing-studio_23-2148401473.jpg", - }, - { - id: "t4", - name: "Jean Dupont", - role: "Consultant", - company: "Agency X", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-priest-using-laptop_23-2149284668.jpg", - }, - { - id: "t5", - name: "Anna Petit", - role: "Manager", - company: "Retail Group", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-successful-goodlooking-young-professional-headhunter-female-entrepreneur-office-worker-beige-blazer-look-away-cross-hands-chest-confident-manage-own-business_197531-30576.jpg", - }, + { id: "t1", name: "Sophie Martin", role: "Directrice Marketing", company: "LVMH", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg" }, + { id: "t2", name: "Marc Durand", role: "Fondateur", company: "Startup Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg" }, + { id: "t3", name: "Clara Dubois", role: "CEO", company: "Fashion Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-black-suit-posing-studio_23-2148401473.jpg" }, + { id: "t4", name: "Jean Dupont", role: "Consultant", company: "Agency X", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-priest-using-laptop_23-2149284668.jpg" }, + { id: "t5", name: "Anna Petit", role: "Manager", company: "Retail Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-successful-goodlooking-young-professional-headhunter-female-entrepreneur-office-worker-beige-blazer-look-away-cross-hands-chest-confident-manage-own-business_197531-30576.jpg" }, ]} title="Témoignages" description="La satisfaction de nos partenaires est notre plus belle réussite." @@ -260,10 +133,9 @@ export default function LandingPage() {