diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6a91f85..1a78bca 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,131 +29,57 @@ export default function LandingPage() {
@@ -163,35 +89,16 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
+ animationType="slide-up"
products={[
{
- id: "1",
- name: "Vintage Leather Jacket",
- price: "$125",
- variant: "Small",
- imageSrc: "http://img.b2bpic.net/free-photo/legs-boots-attractive-stylish-blonde-woman-jeans-oversize-jacket-posing-against-wall-street_285396-8043.jpg?_wi=1",
- },
+ id: "1", name: "Vintage Leather Jacket", price: "$125", variant: "Small", imageSrc: "http://img.b2bpic.net/free-photo/legs-boots-attractive-stylish-blonde-woman-jeans-oversize-jacket-posing-against-wall-street_285396-8043.jpg"},
{
- id: "2",
- name: "Classic Canvas Bag",
- price: "$85",
- variant: "Tan",
- imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-camera_23-2150315215.jpg",
- },
+ id: "2", name: "Classic Canvas Bag", price: "$85", variant: "Tan", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-camera_23-2150315215.jpg"},
{
- id: "3",
- name: "Retro Gold Sunglasses",
- price: "$45",
- variant: "Gold",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-woman-beige-coat-sitting-suitcases-against-wall-street_285396-8108.jpg",
- },
+ id: "3", name: "Retro Gold Sunglasses", price: "$45", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-woman-beige-coat-sitting-suitcases-against-wall-street_285396-8108.jpg"},
{
- id: "4",
- name: "Antique Watch",
- price: "$210",
- variant: "Steel",
- imageSrc: "http://img.b2bpic.net/free-photo/legs-boots-attractive-stylish-blonde-woman-jeans-oversize-jacket-posing-against-wall-street_285396-8043.jpg?_wi=2",
- },
+ id: "4", name: "Antique Watch", price: "$210", variant: "Steel", imageSrc: "http://img.b2bpic.net/free-photo/legs-boots-attractive-stylish-blonde-woman-jeans-oversize-jacket-posing-against-wall-street_285396-8043.jpg"},
]}
title="Curated Finds"
description="Browse our latest drop of authentic vintage gems."
@@ -202,21 +109,12 @@ export default function LandingPage() {
@@ -226,114 +124,19 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
+ animationType="slide-up"
testimonials={[
- {
- id: "1",
- name: "Anna S.",
- role: "Collector",
- company: "NYC",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/lovely-good-looking-blond-woman-red-jacket-posing-city-cafe_273443-3359.jpg?_wi=1",
- },
- {
- id: "2",
- name: "Mark L.",
- role: "Stylist",
- company: "LA",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-charming-curly-hispanic-girl-cooking-her-kitchen-mixes-ingredients-with-hand-mixer_613910-4889.jpg",
- },
- {
- id: "3",
- name: "Sophie P.",
- role: "Artist",
- company: "Berlin",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-10426.jpg",
- },
- {
- id: "4",
- name: "David W.",
- role: "Fashionista",
- company: "London",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-posing-library_23-2148727808.jpg",
- },
- {
- id: "5",
- name: "Elena R.",
- role: "Curator",
- company: "Rome",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/lovely-good-looking-blond-woman-red-jacket-posing-city-cafe_273443-3359.jpg?_wi=2",
- },
+ { id: "1", name: "Anna S.", role: "Collector", company: "NYC", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lovely-good-looking-blond-woman-red-jacket-posing-city-cafe_273443-3359.jpg" },
+ { id: "2", name: "Mark L.", role: "Stylist", company: "LA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-charming-curly-hispanic-girl-cooking-her-kitchen-mixes-ingredients-with-hand-mixer_613910-4889.jpg" },
+ { id: "3", name: "Sophie P.", role: "Artist", company: "Berlin", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-10426.jpg" },
+ { id: "4", name: "David W.", role: "Fashionista", company: "London", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-posing-library_23-2148727808.jpg" },
+ { id: "5", name: "Elena R.", role: "Curator", company: "Rome", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lovely-good-looking-blond-woman-red-jacket-posing-city-cafe_273443-3359.jpg" },
]}
title="Loved by Vintage Lovers"
description="See why our customers keep coming back to RetroCurations."
/>
-
-