Update src/app/page.tsx
This commit is contained in:
@@ -53,6 +53,14 @@ export default function LandingPage() {
|
||||
<HeroOverlayTestimonial
|
||||
title="Helidonis Fabrics: Where Vision Meets Texture"
|
||||
description="Immerse yourself in our world of exquisite textiles, designed to elevate professional and hospitality spaces with unparalleled style and durability."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Papadopoulou", handle: "@mariasdesign", testimonial: "Helidonis Fabrics transformed our hotel lobby. The quality and elegance of their textiles are simply unmatched. A truly professional partnership!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg", imageAlt: "Portrait of Maria Papadopoulou"},
|
||||
{
|
||||
id: "2", name: "Kostas Georgiou", handle: "@georgiouinteriors", testimonial: "The upholstery fabrics from Helidonis are incredibly durable and stylish. Our restaurant chairs look fantastic and stand up to daily wear.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2738.jpg", imageAlt: "Portrait of Kostas Georgiou"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Collections", href: "#collections"},
|
||||
|
||||
Reference in New Issue
Block a user