Compare commits
4 Commits
version_11
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 6da49c24cb | |||
| ed4b7de164 | |||
| 4b614a1d6f | |||
| b85cd16666 |
@@ -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