replace all
This commit is contained in:
		@@ -5,16 +5,16 @@ import { Pricing } from '@/components/Pricing'
 | 
			
		||||
import { PrimaryFeatures } from '@/components/PrimaryFeatures'
 | 
			
		||||
import { Reviews } from '@/components/Reviews'
 | 
			
		||||
import { SecondaryFeatures } from '@/components/SecondaryFeatures'
 | 
			
		||||
import { Benefits } from '@/components/Benefits'
 | 
			
		||||
 | 
			
		||||
export default function Home() {
 | 
			
		||||
  return (
 | 
			
		||||
    <>
 | 
			
		||||
      <Hero />
 | 
			
		||||
      <PrimaryFeatures />
 | 
			
		||||
      <SecondaryFeatures />
 | 
			
		||||
       <Reviews />
 | 
			
		||||
      <CallToAction />
 | 
			
		||||
      <Reviews />
 | 
			
		||||
      <Pricing />
 | 
			
		||||
      <SecondaryFeatures />
 | 
			
		||||
      <Faqs />
 | 
			
		||||
    </>
 | 
			
		||||
  )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user