mock-up gallery
This commit is contained in:
7
latosa-frontend/app/gallery/page.tsx
Normal file
7
latosa-frontend/app/gallery/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function Gallery() {
|
||||
return (
|
||||
<>
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
@@ -8,6 +8,7 @@ body {
|
||||
|
||||
@layer base {
|
||||
:root {
|
||||
/* Define your custom padding value */
|
||||
--background: 0 0% 100%;
|
||||
--foreground: 0 0% 3.9%;
|
||||
--card: 0 0% 100%;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import Features, { FeatureItem } from "@/components/features";
|
||||
import Gallery6 from "@/components/gallery";
|
||||
import Hero from "@/components/hero";
|
||||
|
||||
export default function Home() {
|
||||
@@ -104,6 +105,8 @@ export default function Home() {
|
||||
</ul>
|
||||
</FeatureItem>
|
||||
</Features>
|
||||
<Gallery6 />
|
||||
<Gallery6 />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user