Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc8fe978ef |
@@ -10,6 +10,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Building2, Crown, CreditCard, Database, DollarSign, Map, MessageCircle, MessageSquare, Rocket, Send, Settings, ShoppingBag, Smartphone, Sparkles, Star, Target, TrendingUp, User, UtensilsCrossed, Zap, Mail, Instagram } from 'lucide-react';
|
||||
import CardStack from '@/components/cardStack/CardStack';
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
@@ -214,6 +215,10 @@ export default function Page() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="layout" data-section="layout">
|
||||
<CardStack />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user