Merge version_1 into main #2
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLarge"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
title="Build Muscle. Boost Recovery. Dominate Every Workout."
|
||||
description="100% Authentic Supplements — Imported From USA & UK — Fast Delivery Across Pakistan"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg", alt: "Premium supplement showcase"},
|
||||
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
||||
description="Your Trust Is Our Priority"
|
||||
subdescription="Pakistan's Most Trusted Premium Supplement Store"
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/guarantee-approved-authorized-certified-concept_53876-127950.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/guarantee-approved-authorized-certified-concept_53876-127950.jpg"
|
||||
imageAlt="Authentic supplement verification"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -104,10 +104,10 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Import Certificates", tags: ["Official", "Verified"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guarantee-approved-authorized-certified-concept_53876-127950.jpg?_wi=2", imageAlt: "Import certificates verification"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guarantee-approved-authorized-certified-concept_53876-127950.jpg", imageAlt: "Import certificates verification"},
|
||||
{
|
||||
id: "2", title: "Scratch Code Verification", tags: ["Security", "Instant Check"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guarantee-approved-authorized-certified-concept_53876-127950.jpg?_wi=3", imageAlt: "Scratch code verification system"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guarantee-approved-authorized-certified-concept_53876-127950.jpg", imageAlt: "Scratch code verification system"},
|
||||
]}
|
||||
title="100% Authentic Guarantee"
|
||||
description="Verify every supplement with our unique scratch-code verification system. No fake products. Ever."
|
||||
@@ -202,7 +202,7 @@ export default function LandingPage() {
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Contact Us", href: "#" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Contact section"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user