diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 997b024..ade1d08 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,28 +19,20 @@ export default function LandingPage() { cardStyle="subtle-shadow" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" - headingFontWeight="light" + headingFontWeight="extrabold" > @@ -95,37 +73,23 @@ export default function LandingPage() { @@ -60,8 +51,7 @@ export default function LandingPage() { @@ -73,13 +60,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Our Commitment to ", - }, + type: "text", content: "Our Commitment to "}, { - type: "text", - content: "Excellence", - }, + type: "text", content: "Excellence"}, ]} /> @@ -91,45 +74,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "@sarahj", - testimonial: "The best selection in Durban. Truly premium quality.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-sunglasses_23-2149105478.jpg", - }, + id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best selection in Durban. Truly premium quality.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-sunglasses_23-2149105478.jpg"}, { - id: "2", - name: "Mark D.", - handle: "@markd", - testimonial: "Sleek, professional, and very knowledgeable.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sun-shining-woman-with-curly-hair-surrounded-by-trees-grass_181624-30896.jpg", - }, + id: "2", name: "Mark D.", handle: "@markd", testimonial: "Sleek, professional, and very knowledgeable.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/sun-shining-woman-with-curly-hair-surrounded-by-trees-grass_181624-30896.jpg"}, { - id: "3", - name: "Linda M.", - handle: "@lindam", - testimonial: "Goodfellas Bud brings a whole new level of class.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", - }, + id: "3", name: "Linda M.", handle: "@lindam", testimonial: "Goodfellas Bud brings a whole new level of class.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"}, { - id: "4", - name: "James P.", - handle: "@jamesp", - testimonial: "Exceptional curation. A must-visit on Florida Road.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-shooting-with-projector_23-2149424926.jpg", - }, + id: "4", name: "James P.", handle: "@jamesp", testimonial: "Exceptional curation. A must-visit on Florida Road.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-shooting-with-projector_23-2149424926.jpg"}, { - id: "5", - name: "Claire B.", - handle: "@claireb", - testimonial: "Sophisticated, safe, and professional environment.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-putting-coin-piggy-bank_1169-112.jpg", - }, + id: "5", name: "Claire B.", handle: "@claireb", testimonial: "Sophisticated, safe, and professional environment.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-putting-coin-piggy-bank_1169-112.jpg"}, ]} showRating={true} title="Client Experiences" @@ -144,12 +102,7 @@ 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"]} /> @@ -163,19 +116,9 @@ export default function LandingPage() { description="Our most popular selections this month." products={[ { - id: "fp1", - name: "Durban Gold", - price: "R 480", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336308.jpg?_wi=1", - }, + id: "fp1", name: "Durban Gold", price: "R 480", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336308.jpg?_wi=1"}, { - id: "fp2", - name: "Sativa Elite", - price: "R 490", - variant: "Exotic", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-growing-green-plants-black-background_181624-49918.jpg?_wi=1", - }, + id: "fp2", name: "Sativa Elite", price: "R 490", variant: "Exotic", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-growing-green-plants-black-background_181624-49918.jpg?_wi=1"}, ]} /> @@ -184,37 +127,23 @@ export default function LandingPage() { @@ -144,37 +90,23 @@ export default function LandingPage() {