Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 488e90b959 | |||
| bbbe785ef3 | |||
| 130199cf53 | |||
| 5d84e24325 | |||
| ac46e3a04b | |||
| dc118a3b27 | |||
| de8f57ab4f |
@@ -54,22 +54,9 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Visit Us Today", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DvRaP5J7yuWtWU8aBAla86gVD4/uploaded-1779220818705-zldaaahy.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DvRaP5J7yuWtWU8aBAla86gVD4/uploaded-1779325661931-xvb5eu0o.png"
|
||||
imageAlt="Arcade Books exterior"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118894.jpg", alt: "Cozy and lively home interior design"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/yellow-furniture_1321-386.jpg", alt: "yellow furniture"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-young-girl-library_23-2148727840.jpg", alt: "Pretty young girl at the library"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-young-girl-library_23-2148727839.jpg", alt: "Pretty young girl at the library"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg", alt: "china stairs stone tiles old water"},
|
||||
]}
|
||||
avatarText="Join our community of over 500+ book lovers in Rye."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "New Arrivals Daily"},
|
||||
@@ -131,18 +118,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/cute-teen-girl-demonstrating-blackboard_23-2147864174.jpg"},
|
||||
id: "1", name: "Sarah J.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DvRaP5J7yuWtWU8aBAla86gVD4/uploaded-1779325849355-p9nqoeou.png"},
|
||||
{
|
||||
id: "2", name: "Michael B.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-cute-hair-reading_23-2148653518.jpg"},
|
||||
id: "2", name: "Michael B.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DvRaP5J7yuWtWU8aBAla86gVD4/uploaded-1779325856998-lngzmbpv.png"},
|
||||
{
|
||||
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-3036.jpg"},
|
||||
id: "3", name: "Emily R.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DvRaP5J7yuWtWU8aBAla86gVD4/uploaded-1779325866436-jvak0x9l.png"},
|
||||
{
|
||||
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teen-schoolgirl-with-books-looking-up_23-2148204259.jpg"},
|
||||
id: "4", name: "David K.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DvRaP5J7yuWtWU8aBAla86gVD4/uploaded-1779325918528-ictyb0kd.png"},
|
||||
{
|
||||
id: "5", name: "Lydia M.", imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping_1303-5295.jpg"},
|
||||
]}
|
||||
cardTitle="Words from Our Community"
|
||||
cardTag="4.7 Rating"
|
||||
cardTitle=""
|
||||
cardTag=""
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -233,4 +220,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user