Reviews

---
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: 'avatar-1.jpeg',
        label: 'John Doe',
      },
      heading: 'Exceptional Service',
      text: 'Outstanding experience! Highly recommended.',
    },
    {
      rating: {
        value: 5,
        avatar: 'avatar-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: 'avatar-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: 'avatar-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: 'avatar-1.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: 'avatar-2.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: 'avatar-3.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: 'avatar-4.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.",
    },
  ]}
/>
---
import Reviews from 'fulldev-ui/blocks/Reviews.astro'
---

<Reviews
  rating={{
    value: 5,
    label: 'Rated 5,0 out of 86 reviews',
    avatars: [
      'avatar-1.jpeg',
      'avatar-2.jpeg',
      'avatar-3.jpeg',
      'avatar-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.",
    },
  ]}
/>
---
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.",
    },
  ]}
/>
---
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"
  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: 'avatar-1.jpeg',
      label: 'John Doe',
    },
    {
      rating: 4,
      heading: 'Great Value for Money',
      text: 'Excellent quality at a reasonable price. Definitely worth every penny.',
      avatar: 'avatar-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: 'avatar-3.jpeg',
      label: 'Mike Johnson',
    },
    {
      rating: 5,
      heading: 'Superb Customer Service',
      text: 'The support team went above and beyond to help me. Truly impressive!',
      avatar: 'avatar-3.jpeg',
      label: 'Mike Johnson',
    },
  ]}
/>