Merge version_1 into main #2
@@ -22,7 +22,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLarge"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
{ text: "Get a Quote" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/dark-business-card-with-abstract-shapes_1017-1792.jpg"
|
||||
imageAlt="Professional printing services showcase"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -173,11 +173,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Kumar", role: "Shop Owner", company: "Kumar's Electronics", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", imageAlt: "Rajesh Kumar testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Rajesh Kumar testimonial"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Sharma", role: "Business Manager", company: "Sharma Restaurant Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-134691.jpg?_wi=1", imageAlt: "Priya Sharma testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-134691.jpg", imageAlt: "Priya Sharma testimonial"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amit Patel", role: "Event Organizer", company: "Nashik Events Co.", rating: 5,
|
||||
@@ -189,11 +189,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "5", name: "Vikram Singh", role: "Marketing Head", company: "Local Real Estate", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "Vikram Singh testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Vikram Singh testimonial"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Anita Reddy", role: "Corporate Manager", company: "Trading Enterprise", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-134691.jpg?_wi=2", imageAlt: "Anita Reddy testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-134691.jpg", imageAlt: "Anita Reddy testimonial"
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user