Update src/app/page.tsx

This commit is contained in:
2026-05-11 15:35:38 +00:00
parent 3c6ed5a82b
commit cb37248286

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{
text: "Explore Catalog", href: "#catalog"},
]}
imageSrc="http://img.b2bpic.net/free-photo/marble-wall-texture_23-2148132262.jpg"
imageSrc="http://img.b2bpic.net/free-photo/marble-wall-texture_23-2148132262.jpg?_wi=1"
imageAlt="Premium architectural stone textures"
/>
</div>
@@ -112,7 +112,7 @@ export default function LandingPage() {
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/modern-terrazzo-surface-with-varied-stone-fragments_84443-73745.jpg"},
{
id: "p4", brand: "Profistone", name: "Slate Slate", price: "$70/sqft", rating: 5,
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/colorful-stones-wooden-board-concrete_114579-25177.jpg"},
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/colorful-stones-wooden-board-concrete_114579-25177.jpg?_wi=1"},
{
id: "p5", brand: "Profistone", name: "Quartzite Premium", price: "$210/sqft", rating: 5,
reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/wall-with-cracks_1154-582.jpg"},
@@ -156,11 +156,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1", title: "Projects Completed", value: "500+", description: "Hand-crafted stone installations globally", imageSrc: "http://img.b2bpic.net/free-photo/marble-wall-texture_23-2148132262.jpg"},
id: "m1", title: "Projects Completed", value: "500+", description: "Hand-crafted stone installations globally", imageSrc: "http://img.b2bpic.net/free-photo/marble-wall-texture_23-2148132262.jpg?_wi=2"},
{
id: "m2", title: "Years Experience", value: "20+", description: "Decades of professional dedication", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-stonecutter_268835-4727.jpg"},
{
id: "m3", title: "Happy Clients", value: "450+", description: "Satisfied residential and commercial partners", imageSrc: "http://img.b2bpic.net/free-photo/colorful-stones-wooden-board-concrete_114579-25177.jpg"},
id: "m3", title: "Happy Clients", value: "450+", description: "Satisfied residential and commercial partners", imageSrc: "http://img.b2bpic.net/free-photo/colorful-stones-wooden-board-concrete_114579-25177.jpg?_wi=2"},
]}
/>
</div>