Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -69,12 +69,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
products={[
|
||||
{ id: "p1", name: "Premium Wireless Headphones", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722627.jpg", priceButtonProps: { text: "Buy Now" } },
|
||||
{ id: "p2", name: "Smart Fitness Watch", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913285.jpg", priceButtonProps: { text: "Buy Now" } },
|
||||
{ id: "p3", name: "Ergonomic Performance Mouse", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/company-employee-working-computer-night-typing-data-create-financial-graphs-report-manager-planning-development-with-statistics-new-investment-profit-tripod-shot-close-up_482257-65078.jpg", priceButtonProps: { text: "Buy Now" } },
|
||||
{ id: "p4", name: "Fast-Charge Power Bank", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062856.jpg", priceButtonProps: { text: "Buy Now" } },
|
||||
{ id: "p5", name: "Studio Content Mic", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-laptop-smartphone_23-2148764168.jpg", priceButtonProps: { text: "Buy Now" } },
|
||||
{ id: "p6", name: "Smart Home Hub", price: "$179", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-devices-copy-space_23-2148226856.jpg", priceButtonProps: { text: "Buy Now" } },
|
||||
{ id: "p1", name: "Premium Wireless Headphones", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722627.jpg", priceButtonProps: { text: "Secure Yours Now" } },
|
||||
{ id: "p2", name: "Smart Fitness Watch", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913285.jpg", priceButtonProps: { text: "Secure Yours Now" } },
|
||||
{ id: "p3", name: "Ergonomic Performance Mouse", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/company-employee-working-computer-night-typing-data-create-financial-graphs-report-manager-planning-development-with-statistics-new-investment-profit-tripod-shot-close-up_482257-65078.jpg", priceButtonProps: { text: "Secure Yours Now" } },
|
||||
{ id: "p4", name: "Fast-Charge Power Bank", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062856.jpg", priceButtonProps: { text: "Secure Yours Now" } },
|
||||
{ id: "p5", name: "Studio Content Mic", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-laptop-smartphone_23-2148764168.jpg", priceButtonProps: { text: "Secure Yours Now" } },
|
||||
{ id: "p6", name: "Smart Home Hub", price: "$179", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-devices-copy-space_23-2148226856.jpg", priceButtonProps: { text: "Secure Yours Now" } },
|
||||
]}
|
||||
title="Featured Essentials"
|
||||
description="Top-rated gadgets selected for quality and performance."
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", role: "Designer", company: "CreativeFlow", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-holding-file_1170-1118.jpg" },
|
||||
{ id: "t2", name: "Mark D.", role: "Developer", company: "CodeLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167457.jpg" },
|
||||
{ id: "t3", name: "Emma L.", role: "Manager", company: "TechBase", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-working-woman-works-remote-with-laptop-student-takes-notes_1258-194396.jpg" },
|
||||
{ id: "t3", name: "Emma L.", role: "Manager", company: "TechBase", rating: 5, imageSrc: "http://img.b2bpic.net/portrait-young-beautiful-working-woman-works-remote-with-laptop-student-takes-notes_1258-194396.jpg" },
|
||||
]}
|
||||
title="Trusted by Thousands"
|
||||
description="Hear what our customers have to say."
|
||||
|
||||
Reference in New Issue
Block a user