|
1 | | -import "./global.css"; |
| 1 | +import './global.css' |
2 | 2 |
|
3 | 3 | // Theme |
4 | | -export { theme } from "./theme.js"; |
| 4 | +export { theme } from './theme.js' |
5 | 5 |
|
6 | 6 | // Primitives |
7 | | -export { SectionHeader } from "./primitives/SectionHeader.jsx"; |
8 | | -export { MediaBlock } from "./primitives/MediaBlock.jsx"; |
9 | | -export { CTAButton } from "./primitives/CTAButton.jsx"; |
| 7 | +export { SectionHeader } from './primitives/SectionHeader.jsx' |
| 8 | +export { MediaBlock } from './primitives/MediaBlock.jsx' |
| 9 | +export { CTAButton } from './primitives/CTAButton.jsx' |
10 | 10 |
|
11 | 11 | // Components |
12 | | -export { Layout } from "./components/Layout.jsx"; |
13 | | -export { Header, Navbar } from "./components/Header.jsx"; |
14 | | -export { Hero } from "./components/Hero.jsx"; |
15 | | -export { SocialProof } from "./components/SocialProof.jsx"; |
16 | | -export { FeatureSplit } from "./components/FeatureSplit.jsx"; |
17 | | -export { FeaturesGrid } from "./components/FeaturesGrid.jsx"; |
18 | | -export { Comparison } from "./components/Comparison.jsx"; |
19 | | -export { Pricing } from "./components/Pricing.jsx"; |
20 | | -export { FAQ } from "./components/FAQ.jsx"; |
21 | | -export { Testimonials } from "./components/Testimonials.jsx"; |
22 | | -export { CTABanner, SecondaryCTA } from "./components/CTABanner.jsx"; |
23 | | -export { TrustBadge, SeloExclusivo } from "./components/TrustBadge.jsx"; |
| 12 | +export { Layout } from './components/Layout.jsx' |
| 13 | +export { Header, Navbar } from './components/Header.jsx' |
| 14 | +export { Hero } from './components/Hero.jsx' |
| 15 | +export { SocialProof } from './components/SocialProof.jsx' |
| 16 | +export { FeatureSplit } from './components/FeatureSplit.jsx' |
| 17 | +export { FeaturesGrid } from './components/FeaturesGrid.jsx' |
| 18 | +export { Comparison } from './components/Comparison.jsx' |
| 19 | +export { Pricing } from './components/Pricing.jsx' |
| 20 | +export { FAQ } from './components/FAQ.jsx' |
| 21 | +export { Testimonials } from './components/Testimonials.jsx' |
| 22 | +export { CTABanner, SecondaryCTA } from './components/CTABanner.jsx' |
| 23 | +export { TrustBadge, SeloExclusivo } from './components/TrustBadge.jsx' |
| 24 | +export { Footer } from './components/Footer.jsx' |
| 25 | + |
24 | 26 | // Configs |
25 | | -export { |
26 | | - SECTION_BACKGROUNDS, |
27 | | - resolveBackground, |
28 | | -} from "./configs/backgrounds.js"; |
29 | | -// |
| 27 | +export { SECTION_BACKGROUNDS, resolveBackground } from './configs/backgrounds.js' |
0 commit comments