import { HeroBg } from '@/components/icons/HeroBg'; import dashboard from '@/public/img/first-section/dashboard-world-greatest-section.png'; import left from '@/public/img/first-section/left-image-worlds-greatest.png'; import right from '@/public/img/first-section/right-image-worlds-greatest.png'; import nextjs from '@/public/img/hero/nextjs.png'; import openai from '@/public/img/hero/openai.png'; import stripe from '@/public/img/hero/stripe.png'; import supabase from '@/public/img/hero/supabase.png'; import chakra from '@/public/img/hero/chakra.png'; import userauth from '@/public/img/hero/user-auth.png'; import { Box, Icon, Flex, Image, Text, useColorModeValue, SimpleGrid, } from '@chakra-ui/react'; import React from 'react'; export default function FirstSection() { const brandColorPrice = useColorModeValue('brand.500', 'white'); const textColor = useColorModeValue('#120F43', 'white'); return ( nextjs logo NextJS 14 stripe logo Stripe supabase logo Supabase chakra ui logo Chakra UI openai logo AI Integration auth0 logo User Auth BEST AI NEXTJS BOILERPLATE Your All-in-One
Startup Boilerplate
Tap into the power of Artificial Intelligence for your startup needs with Horizon UI Boilerplate, the most complex NextJS boilerplate to launch your web app project in just a few moments.
); }