Update src/app/page.tsx
This commit is contained in:
@@ -58,7 +58,10 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/decoration-golden-balls-christmas_1162-209.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-306712.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Explore the Collection", href: "#products" }]}
|
||||
buttons={[
|
||||
{ text: "Explore the Collection", href: "#products" },
|
||||
{ text: "Book a Consultation", href: "#contact" }
|
||||
]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/hands-craftswoman-using-blow-torch_107420-65238.jpg", alt: "Hands of craftswoman using blow torch" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-carver-painting-art-piece_23-2148270989.jpg", alt: "Close-up carver painting art piece" },
|
||||
@@ -92,7 +95,6 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View Details", href: "#" }]}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Vienna Gold Ring", price: "€450", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-female-with-nice-nails-wearing-beautiful-silver-ring_181624-23637.jpg"},
|
||||
|
||||
Reference in New Issue
Block a user