Update src/app/page.tsx
This commit is contained in:
@@ -49,21 +49,21 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Eleanor Vance", handle: "@eleanor", testimonial: "Exceptional quality that reflects pure heritage.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-decorated-with-autumn-theme-featuring-aromatic-candle-glasses-dried-flowers_53876-65287.jpg", imageAlt: "luxury lifestyle interior vintage style"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-decorated-with-autumn-theme-featuring-aromatic-candle-glasses-dried-flowers_53876-65287.jpg?_wi=1", imageAlt: "luxury lifestyle interior vintage style"},
|
||||
{
|
||||
name: "Arthur Pendelton", handle: "@arthur", testimonial: "The attention to detail is truly unparalleled.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-making-gingerbread_23-2147715432.jpg", imageAlt: "luxury lifestyle interior vintage style"},
|
||||
{
|
||||
name: "Grace Stirling", handle: "@grace", testimonial: "A legacy I am proud to carry with me.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-pieces-close-up-background_23-2148882603.jpg", imageAlt: "luxury lifestyle interior vintage style"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-pieces-close-up-background_23-2148882603.jpg?_wi=1", imageAlt: "luxury lifestyle interior vintage style"},
|
||||
{
|
||||
name: "Julian Thorne", handle: "@julian", testimonial: "Timeless design that never goes out of style.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leather-crafting-diy-tools-flat-lay-still-life_8353-6067.jpg", imageAlt: "luxury lifestyle interior vintage style"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leather-crafting-diy-tools-flat-lay-still-life_8353-6067.jpg?_wi=1", imageAlt: "luxury lifestyle interior vintage style"},
|
||||
{
|
||||
name: "Marcus Finch", handle: "@mfinch", testimonial: "A masterclass in enduring elegance.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459731.jpg", imageAlt: "luxury lifestyle interior vintage style"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459731.jpg?_wi=1", imageAlt: "luxury lifestyle interior vintage style"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-table-decorated-with-autumn-theme-featuring-aromatic-candle-glasses-dried-flowers_53876-65287.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-table-decorated-with-autumn-theme-featuring-aromatic-candle-glasses-dried-flowers_53876-65287.jpg?_wi=2"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
@@ -99,13 +99,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Le Heritage", name: "Classic Timepiece", price: "$1,200", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/metal-pieces-close-up-background_23-2148882603.jpg"},
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/metal-pieces-close-up-background_23-2148882603.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", brand: "Le Heritage", name: "Leather Satchel", price: "$850", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/leather-crafting-diy-tools-flat-lay-still-life_8353-6067.jpg"},
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/leather-crafting-diy-tools-flat-lay-still-life_8353-6067.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", brand: "Le Heritage", name: "Signature Pen", price: "$450", rating: 4,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459731.jpg"},
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459731.jpg?_wi=2"},
|
||||
{
|
||||
id: "4", brand: "Le Heritage", name: "Heritage Ring", price: "$2,100", rating: 5,
|
||||
reviewCount: "68", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347030.jpg"},
|
||||
|
||||
Reference in New Issue
Block a user