forked from veda/www_veda_2025
		
	add build start scripts
This commit is contained in:
		
							
								
								
									
										20
									
								
								src/app/gallery/page.jsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								src/app/gallery/page.jsx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
import { CallToAction3 } from '@/components/CallToAction3'
 | 
			
		||||
import { Footer } from '@/components/Footer'
 | 
			
		||||
import { Header } from '@/components/Header'
 | 
			
		||||
import Story from '@/components/Story'
 | 
			
		||||
import Story2 from '@/components/Story2'
 | 
			
		||||
import Team from '@/components/Team'
 | 
			
		||||
import QuiltedImageList from '@/components/Gallery'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
export default function OurStory() {
 | 
			
		||||
  return (
 | 
			
		||||
    <>
 | 
			
		||||
      <Header />
 | 
			
		||||
      <main>
 | 
			
		||||
        <QuiltedImageList />
 | 
			
		||||
      </main>
 | 
			
		||||
      <Footer />
 | 
			
		||||
    </>
 | 
			
		||||
  )
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user