Fulldev UI

Docs Components Blocks

Reviews

Rated 5,0 out of 86 reviews

What Our Customers Say

Discover what our satisfied customers are saying about us.

1

Exceptional Service

Outstanding experience! Highly recommended.

2

Great Product

This product exceeded my expectations. The quality is superb and the customer support is top-notch. I'll definitely be a returning customer.

3

Reliable and Efficient

I've been using this for months now, and it's consistently performed well. The efficiency and reliability are impressive.

4

Fantastic Experience

From ordering to delivery, everything was smooth. The product itself is fantastic, and I couldn't be happier with my purchase.

5

Best in Class

After trying several similar products, this one stands out as the best. It's clear why it's a market leader.

6

Innovative Design

The innovative features of this product have significantly improved my workflow. It's a game-changer in its category.

7

Time-Saver

This product has saved me countless hours. Its efficiency is unmatched, and I can't imagine going back to my old ways.

8

Reliable and Durable

I've had this product for over a year now, and it's still performing as well as day one. The durability is impressive, making it a worthwhile long-term investment.

---
import Reviews from 'fulldev-ui/blocks/Reviews.astro'
---

<Reviews
  size="md"
  tagline="Rated 5,0 out of 86 reviews"
  heading="What Our Customers Say"
  text="Discover what our satisfied customers are saying about us."
  cards={[
    {
      rating: {
        value: 5,
        avatar: '/images/avatars/1.jpeg',
        label: 'John Doe',
      },
      heading: 'Exceptional Service',
      text: 'Outstanding experience! Highly recommended.',
    },
    {
      rating: {
        value: 5,
        avatar: '/images/avatars/2.jpeg',
        label: 'Jane Smith',
      },
      heading: 'Great Product',
      text: "This product exceeded my expectations. The quality is superb and the customer support is top-notch. I'll definitely be a returning customer.",
    },
    {
      rating: {
        value: 5,
        avatar: '/images/avatars/3.jpeg',
        label: 'Mike Johnson',
      },
      heading: 'Reliable and Efficient',
      text: "I've been using this for months now, and it's consistently performed well. The efficiency and reliability are impressive.",
    },
    {
      rating: {
        value: 5,
        avatar: '/images/avatars/4.jpeg',
        label: 'Emily Brown',
      },
      heading: 'Fantastic Experience',
      text: "From ordering to delivery, everything was smooth. The product itself is fantastic, and I couldn't be happier with my purchase.",
    },
    {
      rating: {
        value: 5,
        avatar: '/images/avatars/5.jpeg',
        label: 'David Wilson',
      },
      heading: 'Best in Class',
      text: "After trying several similar products, this one stands out as the best. It's clear why it's a market leader.",
    },
    {
      rating: {
        value: 5,
        avatar: '/images/avatars/6.jpeg',
        label: 'Sarah Davis',
      },
      heading: 'Innovative Design',
      text: "The innovative features of this product have significantly improved my workflow. It's a game-changer in its category.",
    },
    {
      rating: {
        value: 5,
        avatar: '/images/avatars/7.jpeg',
        label: 'Alex Taylor',
      },
      heading: 'Time-Saver',
      text: "This product has saved me countless hours. Its efficiency is unmatched, and I can't imagine going back to my old ways.",
    },
    {
      rating: {
        value: 5,
        avatar: '/images/avatars/8.jpeg',
        label: 'Olivia Martinez',
      },
      heading: 'Reliable and Durable',
      text: "I've had this product for over a year now, and it's still performing as well as day one. The durability is impressive, making it a worthwhile long-term investment.",
    },
  ]}
/>
1 2 3 4

What Our Customers Say

Discover what our satisfied customers are saying about us.

Exceptional Service

Outstanding experience! Highly recommended.

Great Product

This product exceeded my expectations. The quality is superb and the customer support is top-notch. I'll definitely be a returning customer.

Reliable and Efficient

I've been using this for months now, and it's consistently performed well. The efficiency and reliability are impressive.

Fantastic Experience

From ordering to delivery, everything was smooth. The product itself is fantastic, and I couldn't be happier with my purchase.

Best in Class

After trying several similar products, this one stands out as the best. It's clear why it's a market leader.

Innovative Design

The innovative features of this product have significantly improved my workflow. It's a game-changer in its category.

Time-Saver

This product has saved me countless hours. Its efficiency is unmatched, and I can't imagine going back to my old ways.

Reliable and Durable

I've had this product for over a year now, and it's still performing as well as day one. The durability is impressive, making it a worthwhile long-term investment.

---
import Reviews from 'fulldev-ui/blocks/Reviews.astro'
---

<Reviews
  rating={{
    value: 5,
    label: 'Rated 5,0 out of 86 reviews',
    avatars: [
      '/images/avatars/1.jpeg',
      '/images/avatars/2.jpeg',
      '/images/avatars/3.jpeg',
      '/images/avatars/4.jpeg',
    ],
  }}
  heading="What Our Customers Say"
  text="Discover what our satisfied customers are saying about us."
  cards={[
    {
      rating: 5,
      heading: 'Exceptional Service',
      text: 'Outstanding experience! Highly recommended.',
    },
    {
      rating: 5,
      heading: 'Great Product',
      text: "This product exceeded my expectations. The quality is superb and the customer support is top-notch. I'll definitely be a returning customer.",
    },
    {
      rating: 5,
      heading: 'Reliable and Efficient',
      text: "I've been using this for months now, and it's consistently performed well. The efficiency and reliability are impressive.",
    },
    {
      rating: 5,
      heading: 'Fantastic Experience',
      text: "From ordering to delivery, everything was smooth. The product itself is fantastic, and I couldn't be happier with my purchase.",
    },
    {
      rating: 5,
      heading: 'Best in Class',
      text: "After trying several similar products, this one stands out as the best. It's clear why it's a market leader.",
    },
    {
      rating: 5,
      heading: 'Innovative Design',
      text: "The innovative features of this product have significantly improved my workflow. It's a game-changer in its category.",
    },
    {
      rating: 5,
      heading: 'Time-Saver',
      text: "This product has saved me countless hours. Its efficiency is unmatched, and I can't imagine going back to my old ways.",
    },
    {
      rating: 5,
      heading: 'Reliable and Durable',
      text: "I've had this product for over a year now, and it's still performing as well as day one. The durability is impressive, making it a worthwhile long-term investment.",
    },
  ]}
/>

What Our Customers Say

Discover what our satisfied customers are saying about us.

---
import Reviews from 'fulldev-ui/blocks/Reviews.astro'
---

<Reviews
  size="sm"
  align="start"
  structure="carousel"
  heading="What Our Customers Say"
  text="Discover what our satisfied customers are saying about us."
  cards={[
    {
      rating: 5,
      heading: 'Exceptional Service',
      text: 'Outstanding experience! Highly recommended.',
    },
    {
      rating: 5,
      heading: 'Great Product',
      text: "This product exceeded my expectations. The quality is superb and the customer support is top-notch. I'll definitely be a returning customer.",
    },
    {
      rating: 5,
      heading: 'Reliable and Efficient',
      text: "I've been using this for months now, and it's consistently performed well. The efficiency and reliability are impressive.",
    },
    {
      rating: 5,
      heading: 'Fantastic Experience',
      text: "From ordering to delivery, everything was smooth. The product itself is fantastic, and I couldn't be happier with my purchase.",
    },
    {
      rating: 5,
      heading: 'Best in Class',
      text: "After trying several similar products, this one stands out as the best. It's clear why it's a market leader.",
    },
    {
      rating: 5,
      heading: 'Innovative Design',
      text: "The innovative features of this product have significantly improved my workflow. It's a game-changer in its category.",
    },
    {
      rating: 5,
      heading: 'Time-Saver',
      text: "This product has saved me countless hours. Its efficiency is unmatched, and I can't imagine going back to my old ways.",
    },
    {
      rating: 5,
      heading: 'Reliable and Durable',
      text: "I've had this product for over a year now, and it's still performing as well as day one. The durability is impressive, making it a worthwhile long-term investment.",
    },
  ]}
/>

Customer Testimonials

See what our valued customers have to say about their experiences.

1

Life-Changing Product

This product has revolutionized my daily routine. I can't imagine life without it now!

2

Great Value for Money

Excellent quality at a reasonable price. Definitely worth every penny.

3

Superb Customer Service

The support team went above and beyond to help me. Truly impressive!

---
import Reviews from 'fulldev-ui/blocks/Reviews.astro'
---

<Reviews
  heading="Customer Testimonials"
  text="See what our valued customers have to say about their experiences."
  structure="grid"
  frame="panel"
  variant="primary"
  cards={[
    {
      rating: 5,
      heading: 'Life-Changing Product',
      text: "This product has revolutionized my daily routine. I can't imagine life without it now!",
      avatar: '/images/avatars/1.jpeg',
      label: 'John Doe',
    },
    {
      rating: 4,
      heading: 'Great Value for Money',
      text: 'Excellent quality at a reasonable price. Definitely worth every penny.',
      avatar: '/images/avatars/2.jpeg',
      label: 'Jane Smith',
    },
    {
      rating: 5,
      heading: 'Superb Customer Service',
      text: 'The support team went above and beyond to help me. Truly impressive!',
      avatar: '/images/avatars/3.jpeg',
      label: 'Mike Johnson',
    },
  ]}
/>