Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7df5382b8f | |||
| 83178962f9 | |||
| 01eb5a046f | |||
| bcb526a732 | |||
| 8c13bc0c59 | |||
| 8950cba7cf | |||
| 501716d8b9 |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||||
@@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
||||||
import { Award, Clock, Facebook, Heart, HelpCircle, Instagram, Linkedin, Sparkles, Star, TrendingUp, Twitter, Zap } from "lucide-react";
|
import { Award, Clock, Facebook, Heart, HelpCircle, Instagram, Linkedin, Sparkles, Star, TrendingUp, Twitter, Zap, Crown } from "lucide-react";
|
||||||
|
|
||||||
export default function EdgeTabsPage() {
|
export default function EdgeTabsPage() {
|
||||||
return (
|
return (
|
||||||
@@ -68,7 +68,10 @@ export default function EdgeTabsPage() {
|
|||||||
id: "bundle2", name: "Bundle of 2 Tins (60 Strips)", price: "$27.98", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-looking-cup-coffee-black-wall_114579-76719.jpg", imageAlt: "EdgeTabs bundle of 2 tins with 60 energy strips", initialQuantity: 1
|
id: "bundle2", name: "Bundle of 2 Tins (60 Strips)", price: "$27.98", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-looking-cup-coffee-black-wall_114579-76719.jpg", imageAlt: "EdgeTabs bundle of 2 tins with 60 energy strips", initialQuantity: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "bundle3", name: "Bundle of 3 Tins (90 Strips)", price: "$39.97", imageSrc: "https://img.b2bpic.net/free-photo/lifestyle-adult-with-health-problems_23-2151098585.jpg", imageAlt: "EdgeTabs bundle of 3 tins with 90 energy strips", initialQuantity: 1
|
id: "bundle3", name: "Bundle of 3 Tins (90 Strips) ⭐ BEST VALUE", price: "$39.97", imageSrc: "https://img.b2bpic.net/free-photo/lifestyle-adult-with-health-problems_23-2151098585.jpg", imageAlt: "EdgeTabs bundle of 3 tins with 90 energy strips - Best Value", initialQuantity: 1,
|
||||||
|
priceButtonProps: {
|
||||||
|
className: "ring-4 ring-yellow-400/50 bg-gradient-to-r from-yellow-400 via-yellow-500 to-amber-600 shadow-lg shadow-yellow-500/25 transform hover:scale-105 transition-all duration-200"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
@@ -144,13 +147,13 @@ export default function EdgeTabsPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "bundle3", badge: "Bundle of 3", badgeIcon: Award,
|
id: "bundle3", badge: "Bundle of 3 ⭐ BEST VALUE", badgeIcon: Crown,
|
||||||
price: "$39.97", subtitle: "Save 13.3% with bundle", buttons: [
|
price: "$39.97", subtitle: "Save 13.3% with bundle - Highest margin product", buttons: [
|
||||||
{ text: "Add to Cart", href: "#products" },
|
{ text: "Add to Cart", href: "#products" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"90 caffeine strips total", "50mg caffeine per strip", "30mg L-theanine included", "3-month supply", "Free priority shipping"
|
"90 caffeine strips total", "50mg caffeine per strip", "30mg L-theanine included", "3-month supply", "Free priority shipping", "⭐ Maximum savings"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user