Compare commits
3 Commits
version_11
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f5ac00d17 | |||
| 53c44f0651 | |||
| fa79eca318 |
@@ -11,7 +11,7 @@ import TestimonialCardEleven from '@/components/sections/testimonial/Testimonial
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactInline from '@/components/sections/contact/ContactInline';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Zap, CheckCircle, Sparkles, Award, Crown } from "lucide-react";
|
||||
import { Zap, CheckCircle, Sparkles, Award, Crown, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -117,13 +117,14 @@ export default function LandingPage() {
|
||||
title="Choose Your Energy Solution"
|
||||
description="Select the perfect bundle for your lifestyle—single strips for testing or bulk packs for committed energy seekers"
|
||||
tag="Best Seller"
|
||||
tagIcon={Star}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertCard"
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "bundle2x", name: "Bundle 2x (20 Strips) 🏆 BEST SELLER", price: "$27.99", imageSrc: "https://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-36418.jpg", imageAlt: "Edgetabs 2x bundle with 20 strips - most popular choice", initialQuantity: 1
|
||||
id: "bundle2x", name: "Bundle 2x (20 Strips) ⭐ MOST POPULAR", price: "$27.99", imageSrc: "https://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-36418.jpg", imageAlt: "Edgetabs 2x bundle with 20 strips - most popular choice", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "single", name: "Single Tin (10 Strips)", price: "$14.99", imageSrc: "https://img.b2bpic.net/free-photo/flat-lay-nuts-milk-carton-arrangement_23-2149139375.jpg", imageAlt: "Edgetabs single tin with 10 strips", initialQuantity: 1
|
||||
|
||||
Reference in New Issue
Block a user