Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-06-11 09:13:32 +00:00

View File

@@ -105,32 +105,32 @@ export default function LandingPage() {
products={[
{
id: "p1", name: "Modern Restaurant Template", price: "$999", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg", imageAlt: "Preview of Modern Restaurant Template", priceButtonProps: {
text: "Live Demo", variant: "primary-cta"
text: "Live Demo", variant: "expand-hover"
},
},
{
id: "p2", name: "Corporate Business Layout", price: "$1299", imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-specialists-using-mockup-copy-space-office_482257-124454.jpg", imageAlt: "Preview of Corporate Business Layout", priceButtonProps: {
text: "Live Demo", variant: "primary-cta"
text: "Live Demo", variant: "expand-hover"
},
},
{
id: "p3", name: "Boutique E-Commerce Store", price: "$1499", imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-looks-clothes-online-touch-screen-monitor-fashion-boutique-mall-self-service-board-male-customer-looking-trendy-clothes-items-retail-kiosk-display_482257-63314.jpg", imageAlt: "Preview of Boutique E-Commerce Store", priceButtonProps: {
text: "Live Demo", variant: "primary-cta"
text: "Live Demo", variant: "expand-hover"
},
},
{
id: "p4", name: "Creative Portfolio Showcase", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/notebook-office-desk-used-by-hr-expert-vetting-applicants_482257-106882.jpg", imageAlt: "Preview of Creative Portfolio Showcase", priceButtonProps: {
text: "Live Demo", variant: "primary-cta"
text: "Live Demo", variant: "expand-hover"
},
},
{
id: "p5", name: "Engaging Blog Platform", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blond-woman-female-college-student-works-from-home-assignment-uses-laptop_1258-281656.jpg", imageAlt: "Preview of Engaging Blog Platform", priceButtonProps: {
text: "Live Demo", variant: "primary-cta"
text: "Live Demo", variant: "expand-hover"
},
},
{
id: "p6", name: "Professional Services Hub", price: "$1199", imageSrc: "http://img.b2bpic.net/free-photo/laptop-gadget-device-notebook-blank-space-concept_53876-16514.jpg", imageAlt: "Preview of Professional Services Hub", priceButtonProps: {
text: "Live Demo", variant: "primary-cta"
text: "Live Demo", variant: "expand-hover"
},
},
]}