diff --git a/src/app/page.tsx b/src/app/page.tsx index d688cfe..347fa7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,14 +28,10 @@ export default function LandingPage() {
@@ -76,12 +67,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best selection in Durban. Truly premium quality.", rating: 5, - imageSrc: "https://img.freepik.com/free-photo/happy-young-woman-with-curly-hair-enjoying-sunny-day_23-2148821935.jpg"}, - { - id: "2", name: "Mark D.", handle: "@markd", testimonial: "Sleek, professional, and very knowledgeable.", rating: 5, - imageSrc: "https://img.freepik.com/free-photo/portrait-confident-man-smiling-camera_23-2148822003.jpg"}, + { id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best selection in Durban. Truly premium quality.", rating: 5, imageSrc: "https://img.freepik.com/free-photo/happy-young-woman-with-curly-hair-enjoying-sunny-day_23-2148821935.jpg" }, + { id: "2", name: "Mark D.", handle: "@markd", testimonial: "Sleek, professional, and very knowledgeable.", rating: 5, imageSrc: "https://img.freepik.com/free-photo/portrait-confident-man-smiling-camera_23-2148822003.jpg" }, ]} showRating={true} title="Client Experiences" @@ -96,7 +83,8 @@ export default function LandingPage() { title="Trusted Partners" description="Collaborating with local growers and premium suppliers." names={[ - "Durban Organic", "Florida Road Collective", "Pure Sativa Durban", "The Green Leaf", "HighGrade South Africa"]} + "Durban Organic", "Florida Road Collective", "Pure Sativa Durban", "The Green Leaf", "HighGrade South Africa" + ]} /> @@ -109,10 +97,8 @@ export default function LandingPage() { title="Featured Highlights" description="Our most popular selections this month." products={[ - { - id: "fp1", name: "Durban Gold", price: "R 480", variant: "Premium", imageSrc: "https://img.freepik.com/free-photo/cbd-oil-cannabis-buds-dark-surface_23-2148784805.jpg?_wi=1"}, - { - id: "fp2", name: "Sativa Elite", price: "R 490", variant: "Exotic", imageSrc: "https://img.freepik.com/free-photo/growing-green-cannabis-plants_23-2148784800.jpg?_wi=1"}, + { id: "fp1", name: "Durban Gold", price: "R 480", variant: "Premium", imageSrc: "https://img.freepik.com/free-photo/cbd-oil-cannabis-buds-dark-surface_23-2148784805.jpg?_wi=1" }, + { id: "fp2", name: "Sativa Elite", price: "R 490", variant: "Exotic", imageSrc: "https://img.freepik.com/free-photo/growing-green-cannabis-plants_23-2148784800.jpg?_wi=1" }, ]} /> @@ -120,26 +106,8 @@ export default function LandingPage() { -