Update src/app/page.tsx
This commit is contained in:
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-engagement-elegant-gift-love-accessory_1400-27.jpg", imageAlt: "luxury jewelry professional display"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-engagement-elegant-gift-love-accessory_1400-27.jpg?_wi=1", imageAlt: "luxury jewelry professional display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg", imageAlt: "luxury jewelry professional display"},
|
||||
{
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Banc", name: "Solitaire Diamond", price: "$2,500", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diamond-ring_74190-2693.jpg", reviewCount: "12"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diamond-ring_74190-2693.jpg?_wi=1", reviewCount: "12"},
|
||||
{
|
||||
id: "p2", brand: "Banc", name: "Gold Eternity Band", price: "$1,200", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-woman-pink-romantic-dress-wearing-necklace_343596-2008.jpg", reviewCount: "8"},
|
||||
@@ -121,11 +121,11 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "f2", title: "Artisan Craftsmanship", descriptions: [
|
||||
"Hand-forged by master jewelers."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-engagement-elegant-gift-love-accessory_1400-27.jpg", imageAlt: "master jeweler working on ring"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-engagement-elegant-gift-love-accessory_1400-27.jpg?_wi=2", imageAlt: "master jeweler working on ring"},
|
||||
{
|
||||
id: "f3", title: "Ethical Sourcing", descriptions: [
|
||||
"Guaranteed conflict-free diamonds."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diamond-ring_74190-2693.jpg", imageAlt: "master jeweler working on ring"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diamond-ring_74190-2693.jpg?_wi=2", imageAlt: "master jeweler working on ring"},
|
||||
]}
|
||||
title="The Banc Standard"
|
||||
description="We ensure every item meets the highest industry benchmarks for clarity, cut, and color."
|
||||
|
||||
Reference in New Issue
Block a user