EcoNest Reviews Reviews Block - Let's templates
Unlock every premium block and template with All-Access from €20 / 3 months, cancel anytime. Get All-Access
All blocks
Free Reviews

EcoNest Reviews

A reviews block extracted from the EcoNest template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.

0 16
EcoNest Reviews preview
econest.html
<!DOCTYPE html>
<html lang="en">
<head>
    <script>
        window.FontAwesomeConfig = {
          autoReplaceSvg: 'nest'
        };
      </script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>EcoNest Reviews | Tailwind CSS UI Block</title>
    <meta name="description" content="A reviews block extracted from the EcoNest template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.">
    <meta name="keywords" content="EcoNest, Tailwind CSS template, HTML website template, sustainable ecommerce template, eco-friendly kitchenware, conscious living brand, ethical home goods, responsive online store">
    <meta name="author" content="Let's templates">
    <link rel="canonical" href="">

    <meta property="og:type" content="product">
    <meta property="og:site_name" content="Let's templates">
    <meta property="og:locale" content="en_US">
    <meta property="og:url" content="">
    <meta property="og:title" content="EcoNest | Tailwind CSS Sustainable Ecommerce Template">
    <meta property="og:description" content="A modern Tailwind CSS ecommerce template for sustainable kitchenware, eco-friendly home essentials, ethical products, and conscious living brands.">
    <meta property="og:image" content="">
    <meta property="og:image:alt" content="EcoNest template preview">

    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:url" content="">
    <meta name="twitter:title" content="EcoNest | Tailwind CSS Sustainable Ecommerce Template">
    <meta name="twitter:description" content="A modern Tailwind CSS ecommerce template for sustainable kitchenware, eco-friendly home essentials, ethical products, and conscious living brands.">
    <meta name="twitter:image" content="">
    <meta name="twitter:image:alt" content="EcoNest template preview">
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,700&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    fontFamily: {
                        serif: ['Fraunces', 'serif'],
                        sans: ['Inter', 'sans-serif'],
                    },
                    colors: {
                        sage: '#6d7f6d',
                        cream: '#f5f3ef',
                        earth: '#3d3d3d',
                        leaf: '#a5b095',
                    }
                }
            }
        }
    </script>
    <style>
        .font-title { font-family: 'Fraunces', serif; }
        .no-scrollbar::-webkit-scrollbar { display: none; }
        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
    </style>
</head>
<body class="bg-white text-earth font-sans antialiased">
<!-- block:start reviews -->
        <section id="reviews" class="px-6 mb-32">
            <div class="max-w-[1600px] mx-auto bg-cream rounded-[3rem] p-12 md:p-24">
                <div class="grid grid-cols-1 lg:grid-cols-12 gap-16 items-center">
                    <div class="lg:col-span-4">
                        <div class="flex items-baseline gap-2 mb-4">
                            <span class="font-title text-7xl font-bold">4.9</span>
                            <span class="text-xl text-slate-400">/5</span>
                        </div>
                        <p class="text-sm font-bold uppercase tracking-widest text-sage mb-6">Trusted by 50,000+ homes</p>
                        <div class="flex gap-1 text-sage text-sm mb-10">
                            <i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i>
                        </div>
                        <p class="text-slate-500 leading-relaxed italic">
                            "We are dedicated to providing products that not only serve your home but also preserve our planet for future generations."
                        </p>
                    </div>

                    <div class="lg:col-span-8">
                        <div class="flex gap-6 overflow-x-auto no-scrollbar py-6">
                            <!-- Review 1 -->
                            <div class="min-w-[350px] bg-white rounded-3xl p-10 shadow-sm shrink-0">
                                <div class="flex gap-1 text-sage text-[10px] mb-6">
                                    <i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i>
                                </div>
                                <p class="text-earth font-medium leading-relaxed mb-8">
                                    "EcoNest's glass jars are absolute perfection. They've transformed my pantry into a plastic-free sanctuary that feels so chic and organized."
                                </p>
                                <div class="flex items-center gap-4">
                                    <img src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-1.jpg" class="w-10 h-10 rounded-full" alt="Reviewer">
                                    <div>
                                        <p class="font-bold text-sm">Amelia Watts</p>
                                        <p class="text-[10px] text-slate-400 font-bold uppercase tracking-widest">Sustainability Blogger</p>
                                    </div>
                                </div>
                            </div>
                            <!-- Review 2 -->
                            <div class="min-w-[350px] bg-white rounded-3xl p-10 shadow-sm shrink-0">
                                <div class="flex gap-1 text-sage text-[10px] mb-6">
                                    <i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i>
                                </div>
                                <p class="text-earth font-medium leading-relaxed mb-8">
                                    "The bamboo utensil set is not only beautiful but incredibly durable. I use them daily and they still look brand new. Truly impressive quality."
                                </p>
                                <div class="flex items-center gap-4">
                                    <img src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-2.jpg" class="w-10 h-10 rounded-full" alt="Reviewer">
                                    <div>
                                        <p class="font-bold text-sm">Julian Carter</p>
                                        <p class="text-[10px] text-slate-400 font-bold uppercase tracking-widest">Executive Chef</p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <!-- block:end reviews -->
</body>
</html>

From this template

EcoNest screenshot Free

E-commerce

EcoNest

Unlimited access to all products

Unlock the entire library of premium templates and blocks. Renews automatically, cancel anytime.

€20 / 3 months or €60 / year
Get Unlimited Access