Update src/app/page.tsx
This commit is contained in:
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
||||
price: "From $5.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13159.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13159.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
||||
price: "From $4.50",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-11812.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-11812.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
@@ -182,7 +182,7 @@ export default function LandingPage() {
|
||||
price: "From $3.20",
|
||||
rating: 4,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-view-steel-factory_1359-191.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-view-steel-factory_1359-191.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
@@ -191,7 +191,7 @@ export default function LandingPage() {
|
||||
price: "From $8.00",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-with-metallic-bars-wooden-ceiling_250224-285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-with-metallic-bars-wooden-ceiling_250224-285.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
@@ -230,7 +230,7 @@ export default function LandingPage() {
|
||||
quote: "High quality products are exactly what I expect from them every time.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg?_wi=2",
|
||||
imageAlt: "smiling construction contractor portrait",
|
||||
},
|
||||
{
|
||||
@@ -241,7 +241,7 @@ export default function LandingPage() {
|
||||
quote: "Reliability is key in my business, and they always deliver on time.",
|
||||
tag: "Professional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13159.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13159.jpg?_wi=2",
|
||||
imageAlt: "smiling construction contractor portrait",
|
||||
},
|
||||
{
|
||||
@@ -252,7 +252,7 @@ export default function LandingPage() {
|
||||
quote: "Excellent customer care and the variety of roof profiles is incredible.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/foreman-with-arms-crossed_23-2147711019.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-11812.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-11812.jpg?_wi=2",
|
||||
imageAlt: "smiling construction contractor portrait",
|
||||
},
|
||||
{
|
||||
@@ -263,7 +263,7 @@ export default function LandingPage() {
|
||||
quote: "I have used their steel for over 10 years and never had a single complaint.",
|
||||
tag: "Pro Builder",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-document_23-2148751962.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-view-steel-factory_1359-191.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-view-steel-factory_1359-191.jpg?_wi=2",
|
||||
imageAlt: "smiling construction contractor portrait",
|
||||
},
|
||||
{
|
||||
@@ -274,7 +274,7 @@ export default function LandingPage() {
|
||||
quote: "My new roof looks beautiful. Delivery was smooth and handled professionally.",
|
||||
tag: "Satisfied",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/family-moving-new-home_23-2149162252.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-with-metallic-bars-wooden-ceiling_250224-285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-with-metallic-bars-wooden-ceiling_250224-285.jpg?_wi=2",
|
||||
imageAlt: "smiling construction contractor portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user