diff --git a/src/components/marketing/Hero.tsx b/src/components/marketing/Hero.tsx index 1ea7d97..91c780e 100644 --- a/src/components/marketing/Hero.tsx +++ b/src/components/marketing/Hero.tsx @@ -166,285 +166,32 @@ export const Hero: React.FC = ({ t, headingAs = 'h1' }) => { {/* Right Preview Widget */}
- {/* impeccable-variants-start eb49f55c */} -
- {/* Original */} -
-
- {[ +
+ {[ { - front: { title: 'URL/Website', color: 'bg-blue-500/10 text-blue-600', icon: Globe }, - back: { title: 'PDF / Menu', color: 'bg-orange-500/10 text-orange-600', icon: FileText }, - delay: 3 + front: { title: 'URL/Website', color: 'bg-blue-500/10 text-blue-600', icon: Globe }, + back: { title: 'PDF / Menu', color: 'bg-orange-500/10 text-orange-600', icon: FileText }, + delay: 3 }, { - front: { title: 'Contact Card', color: 'bg-purple-500/10 text-purple-600', icon: User }, - back: { title: 'Coupon / Deals', color: 'bg-red-500/10 text-red-600', icon: Ticket }, - delay: 5 + front: { title: 'Contact Card', color: 'bg-purple-500/10 text-purple-600', icon: User }, + back: { title: 'Coupon / Deals', color: 'bg-red-500/10 text-red-600', icon: Ticket }, + delay: 5 }, { - front: { title: 'Location', color: 'bg-green-500/10 text-green-600', icon: MapPin }, - back: { title: 'App Store', color: 'bg-sky-500/10 text-sky-600', icon: Smartphone }, - delay: 7 + front: { title: 'Location', color: 'bg-green-500/10 text-green-600', icon: MapPin }, + back: { title: 'App Store', color: 'bg-sky-500/10 text-sky-600', icon: Smartphone }, + delay: 7 }, { - front: { title: 'Phone Number', color: 'bg-pink-500/10 text-pink-600', icon: Phone }, - back: { title: 'Feedback', color: 'bg-yellow-500/10 text-yellow-600', icon: Star }, - delay: 9 + front: { title: 'Phone Number', color: 'bg-pink-500/10 text-pink-600', icon: Phone }, + back: { title: 'Feedback', color: 'bg-yellow-500/10 text-yellow-600', icon: Star }, + delay: 9 }, - ].map((card, index) => ( + ].map((card, index) => ( - ))} -
-
- {/* Variants: insert below this line */} - -
-
- {[ - { code: '01', title: 'URL/Website', icon: Globe }, - { code: '02', title: 'PDF / Menu', icon: FileText }, - { code: '03', title: 'Contact Card', icon: User }, - { code: '04', title: 'Coupon / Deals', icon: Ticket }, - ].map((card) => ( -
-
-
- QR-{card.code} - READY -
-
- -
-
- {card.title} - -
-
-
- ))} -
-
-
-
- {[ - { code: 'URL', title: 'URL/Website', icon: Globe }, - { code: 'PDF', title: 'PDF / Menu', icon: FileText }, - { code: 'LOC', title: 'Location', icon: MapPin }, - { code: 'APP', title: 'App Store', icon: Smartphone }, - ].map((card) => ( -
- {card.code} -
-
- -
- {card.title} -
-
- ))} -
-
+ ))}
- {/* impeccable-variants-end eb49f55c */}