Compare commits
14 Commits
version_11
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1797f8dae0 | |||
| e39f5bcd95 | |||
| bc50fe24cc | |||
| 77ccf39488 | |||
| 561fc7db23 | |||
| 1744f8d946 | |||
| d44fc164d5 | |||
| f4013ee4dc | |||
| ad3924136b | |||
| fa3b468267 | |||
| 6da49c24cb | |||
| ed4b7de164 | |||
| 4b614a1d6f | |||
| b85cd16666 |
@@ -116,7 +116,13 @@ 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" },
|
||||
{ id: "t9", name: "Anya Volkov", role: "Designer", company: "Crimson Veil Interiors", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/woman-portrait-01.jpg?_wi=2", imageAlt: "Anya Volkov portrait" },
|
||||
{ id: "t10", name: "Silas Nocturne", role: "Collector", company: "Ancient Whispers", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/man-portrait-01.jpg?_wi=2", imageAlt: "Silas Nocturne portrait" },
|
||||
{ id: "t11", name: "Elara Frost", role: "Artist", company: "Shadowbloom Studio", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/woman-portrait-02.jpg?_wi=2", imageAlt: "Elara Frost portrait" }
|
||||
]}
|
||||
title="Voices from the Shadows"
|
||||
description="Discover what our devoted patrons say about their encounters within our sanctuary."
|
||||
@@ -145,7 +151,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