diff --git a/public/images/.DS_Store b/public/images/.DS_Store index 8485621..2b09f75 100644 Binary files a/public/images/.DS_Store and b/public/images/.DS_Store differ diff --git a/public/images/4.jpg b/public/images/4.jpg new file mode 100644 index 0000000..a1bf419 Binary files /dev/null and b/public/images/4.jpg differ diff --git a/public/images/hero4/1.jpg b/public/images/hero4/1.jpg new file mode 100644 index 0000000..5690fe7 Binary files /dev/null and b/public/images/hero4/1.jpg differ diff --git a/public/images/hero4/2.jpg b/public/images/hero4/2.jpg new file mode 100644 index 0000000..99176de Binary files /dev/null and b/public/images/hero4/2.jpg differ diff --git a/public/images/hero4/3.jpg b/public/images/hero4/3.jpg new file mode 100644 index 0000000..aa3b0e6 Binary files /dev/null and b/public/images/hero4/3.jpg differ diff --git a/public/images/hero4/4.jpg b/public/images/hero4/4.jpg new file mode 100644 index 0000000..fd957f0 Binary files /dev/null and b/public/images/hero4/4.jpg differ diff --git a/public/images/hero_story.jpg b/public/images/hero_story.jpg new file mode 100644 index 0000000..6ba25ec Binary files /dev/null and b/public/images/hero_story.jpg differ diff --git a/public/images/hero_story1.jpg b/public/images/hero_story1.jpg new file mode 100644 index 0000000..bc30a8d Binary files /dev/null and b/public/images/hero_story1.jpg differ diff --git a/public/images/hero_story2.jpg b/public/images/hero_story2.jpg new file mode 100644 index 0000000..1dd9158 Binary files /dev/null and b/public/images/hero_story2.jpg differ diff --git a/public/images/hero_story3.jpg b/public/images/hero_story3.jpg new file mode 100644 index 0000000..bfad078 Binary files /dev/null and b/public/images/hero_story3.jpg differ diff --git a/src/app/story/page.jsx b/src/app/story/page.jsx index a7d7b3d..b4b0df8 100644 --- a/src/app/story/page.jsx +++ b/src/app/story/page.jsx @@ -4,6 +4,10 @@ import { Header } from '@/components/Header' import Story from '@/components/Story' import Story2 from '@/components/Story2' import Team from '@/components/Team' +import { Hero3 } from '@/components/Hero3' +import { Hero4 } from '@/components/Hero4' +import { Hero5 } from '@/components/Hero5' + @@ -12,8 +16,9 @@ export default function OurStory() { <>
- - + + +