diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8c17795..a902283 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -62,70 +47,20 @@ export default function LandingPage() {
title="Crafting Sophisticated Living Spaces"
description="At A-S Decoration, we transform environments into elegant sanctuaries, blending artistry with functional design to reflect your unique personal style."
testimonials={[
- {
- name: "Elena V.",
- handle: "@elena_v",
- testimonial: "The attention to detail was exceptional. My living room feels brand new and so sophisticated.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204643.jpg?_wi=1",
- imageAlt: "elegant interior decoration showroom",
- },
- {
- name: "Marcus R.",
- handle: "@mrcs_design",
- testimonial: "A-S Decoration transformed our penthouse into a masterpiece of modern luxury.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/content-african-american-designer-explaining-project-client-showing-draft_74855-9753.jpg?_wi=1",
- imageAlt: "elegant interior decoration showroom",
- },
- {
- name: "Sofia L.",
- handle: "@sofia_l",
- testimonial: "Professional, punctual, and creatively brilliant. Highly recommended for any interior project.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418572.jpg?_wi=1",
- imageAlt: "elegant interior decoration showroom",
- },
- {
- name: "James T.",
- handle: "@jamest_home",
- testimonial: "An incredible eye for color and texture. Truly transformed our space.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-interior-designer-tools-arrangement_23-2150346493.jpg?_wi=1",
- imageAlt: "elegant interior decoration showroom",
- },
- {
- name: "Linda M.",
- handle: "@linda_m_design",
- testimonial: "A-S Decoration brought my vision to life perfectly. Seamless experience.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-holding-tablet-with-scheme_23-2147831921.jpg?_wi=1",
- imageAlt: "elegant interior decoration showroom",
- },
+ { name: "Elena V.", handle: "@elena_v", testimonial: "The attention to detail was exceptional. My living room feels brand new and so sophisticated.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204643.jpg", imageAlt: "elegant interior decoration showroom" },
+ { name: "Marcus R.", handle: "@mrcs_design", testimonial: "A-S Decoration transformed our penthouse into a masterpiece of modern luxury.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/content-african-american-designer-explaining-project-client-showing-draft_74855-9753.jpg", imageAlt: "elegant interior decoration showroom" },
+ { name: "Sofia L.", handle: "@sofia_l", testimonial: "Professional, punctual, and creatively brilliant. Highly recommended for any interior project.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418572.jpg", imageAlt: "elegant interior decoration showroom" },
+ { name: "James T.", handle: "@jamest_home", testimonial: "An incredible eye for color and texture. Truly transformed our space.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-interior-designer-tools-arrangement_23-2150346493.jpg", imageAlt: "elegant interior decoration showroom" },
+ { name: "Linda M.", handle: "@linda_m_design", testimonial: "A-S Decoration brought my vision to life perfectly. Seamless experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-holding-tablet-with-scheme_23-2147831921.jpg", imageAlt: "elegant interior decoration showroom" }
]}
- imageSrc="http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204643.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204643.jpg"
imageAlt="A-S Decoration Showcase"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/fluffy-cotton-plant-vase-used-interior-decor_23-2151104686.jpg",
- alt: "Fluffy cotton plant in vase used in interior decor",
- },
- {
- src: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090603.jpg",
- alt: "Home plant in vase decoration assortment",
- },
- {
- src: "http://img.b2bpic.net/free-photo/close-up-minimalist-fireplace-sofa_23-2148238607.jpg",
- alt: "Close-up minimalist fireplace and sofa",
- },
- {
- src: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-8174.jpg",
- alt: "Sexy blond female in a black costume sits on a round black chair in empty room.",
- },
- {
- src: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204643.jpg",
- alt: "elegant interior decoration showroom",
- },
+ { src: "http://img.b2bpic.net/free-photo/fluffy-cotton-plant-vase-used-interior-decor_23-2151104686.jpg", alt: "Fluffy cotton plant in vase" },
+ { src: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090603.jpg", alt: "Home plant in vase" },
+ { src: "http://img.b2bpic.net/free-photo/close-up-minimalist-fireplace-sofa_23-2148238607.jpg", alt: "Minimalist fireplace" },
+ { src: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-8174.jpg", alt: "Modern chair" },
+ { src: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204643.jpg", alt: "Showroom interior" }
]}
/>
@@ -134,22 +69,10 @@ export default function LandingPage() {
@@ -159,51 +82,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- title: "Home Styling",
- description: "Curating spaces that balance beauty with daily comfort.",
- icon: Sparkles,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418572.jpg?_wi=2",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/interior-design-dining-room-comtemporary-style-concept_53876-31643.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204643.jpg?_wi=3",
- imageAlt: "home styling consultation modern",
- },
- {
- title: "Art Curation",
- description: "Sourcing unique pieces that reflect your soul.",
- icon: Palette,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-interior-designer-tools-arrangement_23-2150346493.jpg?_wi=2",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407600.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/content-african-american-designer-explaining-project-client-showing-draft_74855-9753.jpg?_wi=2",
- imageAlt: "home styling consultation modern",
- },
- {
- title: "Spatial Planning",
- description: "Optimizing floor plans for seamless living.",
- icon: Maximize,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-holding-tablet-with-scheme_23-2147831921.jpg?_wi=2",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-divider-ruler-math-blocks-blueprint-wooden-desk_23-2147863924.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/cozy-living-room-interior-design_23-2150306973.jpg?_wi=1",
- imageAlt: "home styling consultation modern",
- },
+ { title: "Home Styling", description: "Curating spaces that balance beauty with daily comfort.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418572.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/interior-design-dining-room-comtemporary-style-concept_53876-31643.jpg" }] },
+ { title: "Art Curation", description: "Sourcing unique pieces that reflect your soul.", icon: Palette, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-interior-designer-tools-arrangement_23-2150346493.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407600.jpg" }] },
+ { title: "Spatial Planning", description: "Optimizing floor plans for seamless living.", icon: Maximize, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-holding-tablet-with-scheme_23-2147831921.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-divider-ruler-math-blocks-blueprint-wooden-desk_23-2147863924.jpg" }] }
]}
title="Our Expert Services"
description="Comprehensive design solutions tailored to your unique requirements and aesthetic vision."
@@ -214,50 +95,15 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file