Skip to content

Commit

Permalink
try to fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
stcalica committed May 3, 2024
1 parent 3c25646 commit afbd026
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Header = ({ onClick }: HeaderProps) => {
>
<Image
className="opacity-100"
src="/images/content/advcamplogo.png"
src="images/content/advcamplogo.png"
width={75}
height={15}
alt=""
Expand Down
2 changes: 1 addition & 1 deletion components/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Sidebar = ({ className, onClick }: SidebarProps) => (
<Link className="" href="/">
<Image
className="opacity-100"
src="/images/content/advcamplogo.png"
src="images/content/advcamplogo.png"
width={100}
height={20}
alt=""
Expand Down
38 changes: 19 additions & 19 deletions mocks/accommodation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,55 +3,55 @@ export const accommodation = [
id: "0",
category: "hotel",
title: "1 King Bed Junior Suite",
image: "/images/content/room-pic-1.jpg",
image: "images/content/room-pic-1.jpg",
},
{
id: "1",
category: "hotel",
title: "1 King Bed Junior Suite Oceanfront View",
image: "/images/content/room-pic-2.jpg",
image: "images/content/room-pic-2.jpg",
},
{
id: "2",
category: "hotel",
title: "1 King 2 Double Beds 2 Bedroom Suite",
image: "/images/content/room-pic-3.jpg",
image: "images/content/room-pic-3.jpg",
},
{
id: "3",
category: "hotel",
title: "1 King Bed Junior Suite",
image: "/images/content/room-pic-4.jpg",
image: "images/content/room-pic-4.jpg",
},
{
id: "4",
category: "hotel",
title: "1 King Bed Junior Suite Oceanfront View",
image: "/images/content/room-pic-5.jpg",
image: "images/content/room-pic-5.jpg",
},
{
id: "5",
category: "hotel",
title: "1 King Bed Junior Suite",
image: "/images/content/room-pic-6.jpg",
image: "images/content/room-pic-6.jpg",
},
{
id: "6",
category: "hotel",
title: "1 King Bed Junior Suite Oceanfront View",
image: "/images/content/room-pic-7.jpg",
image: "images/content/room-pic-7.jpg",
},
{
id: "7",
category: "hotel",
title: "1 King 2 Double Beds 2 Bedroom Suite",
image: "/images/content/room-pic-8.jpg",
image: "images/content/room-pic-8.jpg",
},
{
id: "8",
category: "hotel",
title: "1 King Bed Junior Suite",
image: "/images/content/room-pic-9.jpg",
image: "images/content/room-pic-9.jpg",
},
];

Expand All @@ -60,37 +60,37 @@ export const optionsRoom = [
id: "0",
title: "Size",
value: "70 sqm (750 sq ft)",
image: "/images/content/size.svg",
image: "images/content/size.svg",
},
{
id: "1",
title: "Occupancy",
value: "Up to three adults or two adults and two children under 12 years",
image: "/images/content/occupancy.svg",
image: "images/content/occupancy.svg",
},
{
id: "2",
title: "Beds",
value: "King bed or two twin beds",
image: "/images/content/bed.svg",
image: "images/content/bed.svg",
},
{
id: "3",
title: "Bathrooms",
value: "Double vanities, rain shower, separate marble tub",
image: "/images/content/bathroom.svg",
image: "images/content/bathroom.svg",
},
{
id: "4",
title: "View",
value: "Sea and gardens",
image: "/images/content/view.svg",
image: "images/content/view.svg",
},
{
id: "5",
title: "Unique Features",
value: "Terrace with outdoor seating",
image: "/images/content/unique-features.svg",
image: "images/content/unique-features.svg",
},
];

Expand All @@ -101,30 +101,30 @@ export const rooms = [
title: "1 King Bed Junior Suite",
price: "₫2,587,639",
options: ["Average Per Night", "Excluding Taxes & Fees"],
image: "/images/content/room-pic-1.jpg",
image: "images/content/room-pic-1.jpg",
},
{
id: "1",
category: "Bungalow",
title: "1 King Bed Junior Suite",
price: "₫2,587,639",
options: ["Average Per Night", "Excluding Taxes & Fees"],
image: "/images/content/room-pic-2.jpg",
image: "images/content/room-pic-2.jpg",
},
{
id: "2",
category: "Bungalow",
title: "1 King Bed Junior Suite",
price: "₫2,587,639",
options: ["Average Per Night", "Excluding Taxes & Fees"],
image: "/images/content/room-pic-3.jpg",
image: "images/content/room-pic-3.jpg",
},
{
id: "3",
category: "Bungalow",
title: "1 King Bed Junior Suite",
price: "₫2,587,639",
options: ["Average Per Night", "Excluding Taxes & Fees"],
image: "/images/content/room-pic-4.jpg",
image: "images/content/room-pic-4.jpg",
},
];
8 changes: 4 additions & 4 deletions mocks/accommodations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ export const sliderAccommodations = [
title: "Four-Bedroom Pool Residence",
content:
"Get a great night's sleep and indulge in stylish accommodations at our resort. Our unique blend of classic and medieval decor offers a one-of-a-kind experience without compromising comfort.",
image: "/images/content/slider-pic-1.jpg",
image: "images/content/slider-pic-1.jpg",
},
{
id: "1",
title: "Four-Bedroom Pool Residence",
content:
"Get a great night's sleep and indulge in stylish accommodations at our resort. Our unique blend of classic and medieval decor offers a one-of-a-kind experience without compromising comfort.",
image: "/images/content/slider-pic-2.jpg",
image: "images/content/slider-pic-2.jpg",
},
{
id: "2",
title: "Four-Bedroom Pool Residence",
content:
"Get a great night's sleep and indulge in stylish accommodations at our resort. Our unique blend of classic and medieval decor offers a one-of-a-kind experience without compromising comfort.",
image: "/images/content/slider-pic-1.jpg",
image: "images/content/slider-pic-1.jpg",
},
{
id: "3",
title: "Four-Bedroom Pool Residence",
content:
"Get a great night's sleep and indulge in stylish accommodations at our resort. Our unique blend of classic and medieval decor offers a one-of-a-kind experience without compromising comfort.",
image: "/images/content/slider-pic-2.jpg",
image: "images/content/slider-pic-2.jpg",
},
];
16 changes: 8 additions & 8 deletions mocks/team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const team = [
notables: ["Began scouting: 1965", "Assistant Scoutmaster; Committee Chair Troop 48; Charter", "Organization Representative Troop 48; District Committee", "Program Chair- Delta District, Black Diamond District; District", "FOS Chair- Muir District"],
awards: ["Eagle Scout Troop 267 (1974)", "District Award of Merit (2003)", "Silver Beaver (2010)", "Outstanding Eagle Award (2013)"],
children: ["Steven (son), Eagle Scout (2001)"],
image: "/images/content/advance-camp-headshots/steve-hoagland-sr.jpeg",
image: "images/content/advance-camp-headshots/steve-hoagland-sr.jpeg",
description: "Founded AdvanceCamp with the help from adult volunteers in the Delta District in 1999"
},
{
Expand All @@ -21,7 +21,7 @@ export const team = [
],
awards: ["District Award of Merit (2013)"],
children: ["Son, Michael (Eagle 2012)"],
image: "/images/content/advance-camp-headshots/mike-long.jpeg",
image: "images/content/advance-camp-headshots/mike-long.jpeg",
description: "Began scouting: 2001 Pack 134 El Sobrante. Joined AdvanceCamp Board: 2013. "
},
{
Expand All @@ -36,7 +36,7 @@ export const team = [
"Council Venturing Leadership Award (2010)","Area 3 Venturing Leadership Award (2017)"
],
children: ["Son, David, Eagle Scout 2011"],
image: "/images/content/advance-camp-headshots/marcia-molina.png",
image: "images/content/advance-camp-headshots/marcia-molina.png",
description: "Began scouting: 2008 in Pittsburg, CA. Joined AdvanceCamp Board: 2017"
},
{
Expand All @@ -47,7 +47,7 @@ export const team = [
notables: [],
awards: ["Eagle Scout(2001)"],
children: [],
image: "/images/content/advance-camp-headshots/steve-jr.jpeg",
image: "images/content/advance-camp-headshots/steve-jr.jpeg",
description: "Joined AdvanceCamp Board: 1999"
},
{
Expand All @@ -58,7 +58,7 @@ export const team = [
notables: [],
awards: [],
children: [],
image: "/images/content/advance-camp-headshots/rich-byle.png",
image: "images/content/advance-camp-headshots/rich-byle.png",
description: "Joined AdvanceCamp Board: 2022. U. S. Navy Veteran (1976-1984). Began Scouting in 1964, Pack 342, Santa Clara Council"
},
{
Expand All @@ -69,7 +69,7 @@ export const team = [
notables: ["Assistant Advisor Crew 48"],
awards: [],
children: ["Son, Alex, Eagle Scout (2015)"],
image: "/images/content/advance-camp-headshots/maria-salazar.png",
image: "images/content/advance-camp-headshots/maria-salazar.png",
description: "Joined AdvanceCamp Board (2018). Began Scouting in 2010."
},
{
Expand All @@ -89,7 +89,7 @@ export const team = [
"Program Chair Herms District (2011-2013)"
],
children: ["Michael (son); Eagle Scout (2012)"],
image: "/images/content/advance-camp-headshots/deborah-long.jpeg",
image: "images/content/advance-camp-headshots/deborah-long.jpeg",
description: "Joined AdvanceCamp Board (2013). Began scouting(2001). Pack 134 El Sobrante."
},
{
Expand All @@ -100,7 +100,7 @@ export const team = [
notables: [],
awards: [],
children: [],
image: "/images/content/advance-camp-headshots/andrew-gonzalez.jpeg",
image: "images/content/advance-camp-headshots/andrew-gonzalez.jpeg",
description: ""
},
];

0 comments on commit afbd026

Please sign in to comment.