Merge version_12 into main
Merge version_12 into main
This commit was merged in pull request #21.
This commit is contained in:
@@ -116,7 +116,10 @@ export default function LandingPage() {
|
||||
{ id: "t2", name: "Victor Blackwood", role: "Architect", company: "Blackwood Studio", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/victor-blackwood-portrait.jpg?_wi=2", imageAlt: "Victor Blackwood portrait" },
|
||||
{ id: "t3", name: "Morgana Le Fey", role: "Curator", company: "Mystic Arts", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/morgana-le-fey-portrait.jpg?_wi=2", imageAlt: "Morgana Le Fey portrait" },
|
||||
{ id: "t4", name: "Dorian Grey", role: "Designer", company: "Grey Interiors", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/dorian-grey-portrait.jpg?_wi=2", imageAlt: "Dorian Grey portrait" },
|
||||
{ id: "t5", name: "Lenore Raven", role: "Collector", company: "Shadow Lane", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/lenore-raven-portrait.jpg", imageAlt: "Lenore Raven portrait" }
|
||||
{ id: "t5", name: "Lenore Raven", role: "Collector", company: "Shadow Lane", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/lenore-raven-portrait.jpg", imageAlt: "Lenore Raven portrait" },
|
||||
{ id: "t6", name: "Isabella", role: "Collector", company: "Gothic Haven", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/isabella-portrait.jpg?_wi=2", imageAlt: "Isabella portrait" },
|
||||
{ id: "t7", name: "Lord Byron", role: "Connoisseur", company: "Aesthetic House", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/lord-byron-portrait.jpg?_wi=2", imageAlt: "Lord Byron portrait" },
|
||||
{ id: "t8", name: "Lilith Blackwood", role: "Enthusiast", company: "Shadow Lane", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/lilith-blackwood-portrait.jpg?_wi=2", imageAlt: "Lilith Blackwood portrait" }
|
||||
]}
|
||||
title="Voices from the Shadows"
|
||||
description="Discover what our devoted patrons say about their encounters within our sanctuary."
|
||||
@@ -145,7 +148,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="The sanctuary awaits. Visit us or reach out for inquiries about our current collections and bespoke services."
|
||||
buttons={[{ text: "Email Our Curators", href: "#" }] }
|
||||
buttons={[{ text: "Email Our Curators", href: "#" }] }
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user