FeatureSection } from 'Chrome ';
const App = () => {
return (
<div>
<Header />
<HeroSection />
<FeatureSection />
<Footer />
</div>
);
}
export default App;
``'
import React from 'react';
import { Header, Footer, HeroSection, FeatureSection } from 'nebula-template';
const App = () => {
return (
<div>
<Header />
<HeroSection
title="Welcome to Nebula"
subtitle="A modern website template for showcasing your content"
buttonLabel="Learn More"
buttonLink="/about'