diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c6ef54..f6c874f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { name: "Marie N.", handle: "@marie_n", testimonial: "I love the attention to detail in their custom work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571916.jpg" } ]} buttons={[{ text: "Shop Furniture", href: "#shop" }, { text: "Explore Properties", href: "#properties" }]} - imageSrc="http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg" + imageSrc="http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/close-up-couple-luxury-travel-house_23-2149140852.jpg", alt: "Customer portrait 1" }, { src: "http://img.b2bpic.net/free-photo/i-think-new-bookself-will-be-fit_329181-9753.jpg", alt: "Customer portrait 2" }, @@ -94,9 +94,9 @@ export default function LandingPage() { useInvertedBackground={false} description="Our premium handmade selection." products={[ - { id: "f1", name: "Mahogany Chair", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/blue-chair-room_53876-88596.jpg" }, - { id: "f2", name: "Leather Sofa", price: "$1200", imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa_1194-6454.jpg" }, - { id: "f3", name: "Artisan Table", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/tags-ribbon-scissor-sticks-jute-spool-empty-transparent-jar-wooden-desk_23-2148164421.jpg" }, + { id: "f1", name: "Mahogany Chair", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/blue-chair-room_53876-88596.jpg?_wi=1" }, + { id: "f2", name: "Leather Sofa", price: "$1200", imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa_1194-6454.jpg?_wi=1" }, + { id: "f3", name: "Artisan Table", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/tags-ribbon-scissor-sticks-jute-spool-empty-transparent-jar-wooden-desk_23-2148164421.jpg?_wi=1" }, { id: "f4", name: "Bed Frame", price: "$1500", imageSrc: "http://img.b2bpic.net/free-photo/3d-room-decor-with-furniture-minimalist-beige-tones_23-2150767036.jpg" }, { id: "f5", name: "Decor Vase", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/living-room-interior-luxury-industrial-style_53876-134088.jpg" }, { id: "f6", name: "Side Cabinet", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704361.jpg" } @@ -141,10 +141,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Aline K.", date: "2023", title: "Design Client", quote: "Stunning furniture work.", tag: "Furniture", avatarSrc: "http://img.b2bpic.net/free-photo/couple-interacting-color-swatch_1170-832.jpg", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg", imageAlt: "customer portrait high end" }, - { id: "t2", name: "Jean B.", date: "2023", title: "Real Estate Buyer", quote: "Very trustworthy service.", tag: "Real Estate", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-couple-making-plans-together-redecorate-house_23-2148814614.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blue-chair-room_53876-88596.jpg", imageAlt: "customer portrait high end" }, - { id: "t3", name: "Marie N.", date: "2024", title: "Interior Design", quote: "Love the premium quality.", tag: "Furniture", avatarSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525706.jpg", imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa_1194-6454.jpg", imageAlt: "customer portrait high end" }, - { id: "t4", name: "Paul D.", date: "2024", title: "Investor", quote: "Great land investment.", tag: "Real Estate", avatarSrc: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-giving-keys-couple-who-is-buying-their-new-home_637285-6093.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tags-ribbon-scissor-sticks-jute-spool-empty-transparent-jar-wooden-desk_23-2148164421.jpg", imageAlt: "customer portrait high end" }, + { id: "t1", name: "Aline K.", date: "2023", title: "Design Client", quote: "Stunning furniture work.", tag: "Furniture", avatarSrc: "http://img.b2bpic.net/free-photo/couple-interacting-color-swatch_1170-832.jpg", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg?_wi=2", imageAlt: "customer portrait high end" }, + { id: "t2", name: "Jean B.", date: "2023", title: "Real Estate Buyer", quote: "Very trustworthy service.", tag: "Real Estate", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-couple-making-plans-together-redecorate-house_23-2148814614.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blue-chair-room_53876-88596.jpg?_wi=2", imageAlt: "customer portrait high end" }, + { id: "t3", name: "Marie N.", date: "2024", title: "Interior Design", quote: "Love the premium quality.", tag: "Furniture", avatarSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525706.jpg", imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa_1194-6454.jpg?_wi=2", imageAlt: "customer portrait high end" }, + { id: "t4", name: "Paul D.", date: "2024", title: "Investor", quote: "Great land investment.", tag: "Real Estate", avatarSrc: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-giving-keys-couple-who-is-buying-their-new-home_637285-6093.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tags-ribbon-scissor-sticks-jute-spool-empty-transparent-jar-wooden-desk_23-2148164421.jpg?_wi=2", imageAlt: "customer portrait high end" }, { id: "t5", name: "Sophie M.", date: "2024", title: "Furniture Client", quote: "Elegant custom dining table.", tag: "Furniture", avatarSrc: "http://img.b2bpic.net/free-photo/airbnb-host-welcoming-guests_23-2149872045.jpg", imageSrc: "http://img.b2bpic.net/free-photo/main-entrance-modern-residential-building_637285-1913.jpg", imageAlt: "customer portrait high end" } ]} title="Client Stories"