diff --git a/Products.java b/Products.java
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..aed9a5a428a278f1a2ac33f7f95576a7a1a36f49 100644
--- a/Products.java
+++ b/Products.java
@@ -0,0 +1,738 @@
+/* check out these products! */
+public class Products { /* a good class, but not as good as cse391 */
+    
+    public Product kevinh33Product() {
+	    return new Product(
+			    "Duolingo owl",
+			    "He's super angry",
+			    "duo_angry.jpg",
+			    "His anger levels rising",
+			    150.00
+			    );
+    }
+	
+    public Product acsparksProduct() {
+    	return new Product(
+		"Free Beans",
+		"A bunch of free, loose beans",
+		"beans.jpg",
+		"Image of free beans",
+		1.99
+		);
+    }
+
+    public Product cuperidoProduct() {
+	return new Product( 	
+	    "Pillow",
+	    "Pillow to make you sleep better",
+            "pillow.jpg",
+            "Image of the pillow",
+            19.99	    
+	);
+    }	    
+
+    public Product ctsai7Product() {
+	return new Product(
+		"G. Loomis GLX Casting Rod",
+		"Fishing rod",
+		"g_loomis_glx.jpg",
+		"A g.loomis casting rod",
+		460.00
+		);	
+    }
+
+    public Product davyhyunProduct() {
+	return new Product( 	
+	    "Protein Powder",
+	    "Protein Powder to make you huge",
+            "ProteinPowder.jpg",
+            "Image of our Protein Powder product",
+            23.97	    
+	);
+    }	    
+
+    public Product yverma23sProduct() {
+	return new Product(
+	    "Lebron 2's",
+	    "Nike basketball shoes",
+	    "Lebron2.png",
+	    "Image of black and white nikes",
+	    105.97
+	);
+    }	    
+
+    public Product joshjyinProduct() {
+        return new Product(
+            "Dub Hub",
+            "Craigslist for UW students",
+            "dubhub.jpg",
+            "Image of the best college campus",
+            99999999999.99
+        );
+    }
+
+    public Product kevluoyrsProduct() {
+        return new Product(
+            "Blindr",
+            "ML AI Blockchain Crypto eco Window Blinds",
+            "blindr.jpg",
+            "Snazzy blindr portrait",
+            99999999999.99
+        );
+    }
+
+    public Product evanlousProduct() {
+    	return new Product(
+	    "Dorito Piece",
+	    "Biggest Piece of Dorito Ever!!!",
+	    "dorito_piece.jpg",
+	    "Image of the Dorito Piece",
+	    99999.99	    
+	);
+    }
+    public Product ahmincsProduct() {
+    	return new Product(
+		"moorb",
+		"broom but better because broom",
+		"broom.PNG",
+		"image of legendary broom that might also be my profile",
+		0.92
+			);
+    }
+    public Product rairai77sProudct() {
+        return new Product(
+            "Cheeto Dust",
+            "Just the good part (spicy)",
+            "cheetos.png",
+            "News about cheeto dust taking over",
+            42.024
+        );
+    }
+    public Product lwang42sProduct() {
+	    return new Product(
+			    "Big Burger",
+			    "Biggest and best burger",
+			    "bigburger.jpg",
+			    "Picture of a big burger",
+			    1.50
+			    );
+    }
+    public Product mehulcsProduct() {
+    	return new Product(
+	    "Giant Gummy Bear",
+	    "Big fatty tasty gummy bear",
+	    "gummybear.jpg",
+	    "Picture of a beautiful gummy bear",
+	    10000.10	    
+	);
+    }
+    public Product kevinsProduct(){
+	return new Product(
+	    "Basketball",
+	    "Bouncy bouncy orange ball",
+	    "basketball.jpg",
+	    "Picture of a basketball",
+	    42.0
+	);
+    }
+
+    public Product joshsProduct() {
+        return new Product(
+            "Dirt",
+            "The good stuff",
+            "dirt.jpeg",
+            "some normal brown dirt",
+            0.0
+        );
+    }
+
+    public Product antoniosProduct() {
+	return new Product(
+	    "Emacs",
+	    "It's better than Vim",
+	    "emacs_icon.png",
+	    "GNU emacs logo",
+	    0.0
+	);
+    }
+
+    public Product ataberksProduct() {
+        return new Product(
+            "Turkish Dumplings",
+            "Dough often filled with beef",
+            "turkishDumplings.jpg",
+            "The dumplings themselves",
+            7.25
+        );
+    }
+
+    public Product iansProduct() {
+        return new Product(
+            "Pasta",
+            "Very nutritious",
+            "pasta.jpg",
+            "Bowl of pasta",
+            100.0
+        );
+    
+    }
+
+    public Product bassilsProduct() {
+	    return new Product(
+		"Straw Hat",
+		"The hat of a hero",
+		"moogiwara.jpg",
+		"the straw hat",
+		1000.0
+		);
+    }
+
+    public Product aryasProduct() {
+        return new Product(
+	    "Monkey",
+	    "Just an animal",
+	    "monkey.jpg",
+	    "monkey image",
+	    4.29
+	);
+    }
+  
+    public Product evansProduct() {
+	return new Product(
+	    "Dented Trombone",
+	    "Super wrecked trombone but still plays wel",
+	    "trom.png",
+	    "very higih quality tromBONE",
+	    99.10
+	);
+    }
+
+    public Product petersProduct() {
+        return new Product(
+	    "Goggles",
+	    "Better then reality",
+	    "visiongoggles.jpg",
+	    "image of goggles",
+	    3498
+	);
+    }
+
+    public Product tuongcatProduct() {
+        return new Product(
+            "Panda",
+            "panda",
+            "panda.jpg",
+            "panda image",
+            10000
+        );
+    }
+
+    public Product hmanthaProduct() {
+	return new Product(
+		"Murakami Rug",
+		"Rainbow flower rug",
+		"murakami.jpeg",
+		"Rainbow flower rug",
+		699.99
+		);
+    }
+
+	
+    public Product raosProduct() {
+	return new Product(
+	    "Keychain",
+	    "A cool keychain",
+	    "keychain.jpg",
+	    "image of a cool keychain",
+	    5.95
+	);
+    }
+
+    public Product isaacsProduct() {
+	return new Product(
+	    "Bucolic Green Hills",
+	    "Take a deep breath and relax",
+	    "windows_xp_bliss.jpeg",
+	    "rolling grass fields, blue skies, white clouds",
+	    100000
+        );
+    }
+
+    public Product aamangusProduct() {
+    	return new Product(
+		"Broody Chicken",
+		"It screams!",
+		"Discord Chicken.PNG",
+		"image of a broody chicken",
+		1.01
+	);
+    }
+
+    public Product noahhucksProduct() {
+        return new Product(
+            "CSE2 Building (Real)",
+            "no refunds",
+            "Gates-Center_0001.jpg",
+            "UW Gates Center Building",
+            20.00
+		);
+	}
+
+    public Product tanjalsProduct() {
+	return new Product(
+		"Creatine",
+		"Big muscle",
+		"creatine.jpg",
+		"Number 1 lifting supplement",
+		39.95
+	);
+    }
+
+    public Product keshavsProduct() {
+	return new Product(
+		"Dirt",
+		"Great for plants!",
+		"dirt.jpg",
+		"image of the product",
+		4.67
+		);
+	}
+
+    public Product dhvbnlProduct() {
+        return new Product (
+                "proteen",
+                "gets you jacked",
+                "proteen.jpg",
+                "image of proteen powder",
+                9.99
+        );
+    }
+
+    public Product yixuan19Product(){
+    	return new Product (
+		"Goomba",
+		"The No.1 VTB from Hololive",
+		"Avatar.png",
+		"Picture of Gawr Gura",
+		114514.0
+   	);
+    }
+
+    public Product swangsamProduct(){
+   	return new Product(
+		"Pullup Bar",
+		"It builds back",
+		"pullup.png",
+		"pullup bar image",
+		1.2
+	);
+    }
+
+    public Product ank05Product(){
+    	return new Product(
+		"Water",
+		"Yum",
+		"water.jpg",
+		"bottled water",
+		100
+	);	
+	
+    }
+	
+    public Product akhils22Product(){
+	return new Product(
+		"Avocado",
+		"Specially made in a Pineapple Under the Sea",
+		"avocado.jpg",
+		"Mmm...Tasty Avocado!",
+		22.22
+	);
+    }
+
+    public Product ikshitasProduct(){
+        return new Product(
+                "Ice Cream",
+                "Sweet treat!",
+                "icecream.jpg",
+                "ice cream",
+                10.0
+        );
+
+    }
+
+    public Product skuttyProduct() {
+	return new Product(
+	    "Rake",
+	    "A rake to gather leaves",
+	    "rake.jpg",
+	    "image of a rake",
+	    5959.59
+	);
+    }
+
+    public Product erinsongProduct() {
+	return new Product(
+		"Ramen",
+		"Perfect meal on a cold day",
+		"ramen.jpg",
+		"Bowl of soup with noodles and sliced boiled egg",
+		15.50
+	);
+    }
+
+    public Product siyeeProduct() {
+	return new Product(
+		"Tulips",
+		"Some pretty flowers to make you happier!",
+		"tulips.jpg",
+		"Pink, yellow, purple, and orange tulip flowers in a garden.",
+		49.99
+	);
+    }
+
+    public Product lq22Product() {
+        return new Product(
+                "Large Fries",
+                "Delicious McDonald's Fries!",
+                "largeFries.jpg",
+                "A pack of large size McDonald's Fries",
+                4.99
+        );
+    }
+    
+    public Product uwzhuohuProduct() {
+        return new Product(
+                "Visual Studio Code",
+                "Surprise surprise there is a text editor with even GUI!",
+                "vscode.png",
+                "The best editor, except IDEA:)",
+                0
+        );
+    }
+    public Product tyzhou05Product() {
+       return new Product(
+            "Sushi Bake!",
+            "Delicious sushi pizza made in my dorm (real)",
+            "sushibake.jpg",
+            "Stack image of seaweed, rice, and deliciousness",
+            15 
+       );
+    }
+    
+    public Product kirupasProduct() {
+    	return new Product(
+			"Park",
+			"A nice walk in the park",
+			"park.jpg",
+			"A beautiful park",
+			10
+	);
+    }
+
+	public Product JadenProduct() {
+    	return new Product(
+			"Jaden",
+			"A student who is working out",
+			"JungPT.jpg",
+			"Jaden Working out",
+			100
+	);
+    }
+
+    public Product zhanczycProduct() {
+	return new Product(
+		"Soccer Ball",
+		"A ball for soccer",
+		"soccer_ball.jpg",
+		"a soccer ball",
+		12.99
+	);
+    }
+    public Product sluong05Product() {
+        return new Product(
+                "Fluffy cow",
+                "A fluffy cow to hug and feel warm and cozy",
+                "fluffyCow.jpg",
+                "Highland cow",
+                129.99
+        );
+    }
+    public Product shen824Product() {
+	return new Product(
+		"Magic Keyboard",
+		"Wireless, Convenience",
+		"keyboard.jpg",
+		"keyboard",
+		99.00
+	);
+    }
+    public Product robertdlProduct(){
+	return new Product(
+		"Sunshower Sam",
+		"Ayo; it's your new best friend! Say hello to Sunshower Sam! (He is alive)",
+		"sunshower.png",
+		"Sunshower Sam",
+		86.79
+	);
+    }
+
+    public Product cleahwProduct() {
+	return new Product (
+		"White chocolate blueberry cheesecake",
+		"A slice of homemade blueberry cheesecake I made!",
+		"cheesecake.jpg",
+		"A slice of blueberry cheesecake with blueberry sauce ontop",
+		10.99
+	);
+    }
+
+    public Product zliu44Product(){
+        return new Product (
+                "Coffee mug",
+                "Made by pure clay and human made not by machine",
+                "mug.jpg",
+                "a good looking mug is on the table",
+                25.99
+        );
+    }
+
+
+    public Product ryrozProduct() {
+	return new Product(
+		"A broken computer",
+		"A computer that has a static screen.",
+		"static.jpg",
+		"A picture of static",
+		4.99
+	);
+    }
+
+    public Product yangsamProduct() {
+	return new Product(
+		"Chocolate chip cookies",
+		"Fresh baked cookies with milk chocolate",
+		"cookie.jpg",
+		"A golden cookie with chocolate chips",
+		3.99
+	);
+    }
+
+    public Product ronnyeProduct(){
+        return new Product(
+                "Comfortable slippers",
+                "Cute slippers to wear",
+                "comfy_slippers.jpg",
+                "A picture of cow slippers",
+                18.88
+        );
+    }
+
+    public Product avaishProduct(){
+	return new Product(
+		"a sock",
+		"it'll make dobby very happy",
+		"sock.jpg",
+		"a grey and orange sock (very fashionable!)",
+		183.41
+	);
+    }
+    public Product janelleProduct() {	
+	return new Product(
+		"Keyboard cover",
+		"Protects keyboard",
+		"keyboard_protecc.png",
+		"A keyboard cover, slick design",
+		5.55
+	);
+    }
+
+    public Product spzappaProduct() {
+	return new Product(
+		"Elkay LZS8WSLK EZH2O Bottle Filling Station",
+		"greatest water fountain of all time",
+		"waterfountain.png",
+		"Water fountain w/ water bottle filler",
+		1312.99
+	);
+    }		
+    public Product cvanleerProduct() {
+	return new Product(
+		"Milky Way",
+		"Contains chocolate, caramel, nougat and you",
+		"galaxy.jpg",
+		"A yellowish galaxy in space",
+		27000.00
+	);
+    }
+
+	public Product kevyin30Product() {
+    	return new Product(
+		"iPhone 30 Pro Max",
+		"another new phone with nothing new",
+		"iphone15promax.jpg",
+		"iPhone 15 Pro Max",
+		1999
+		);
+	}
+
+	public Product nvhoangProduct() {
+	return new Product(
+		"Logitech G PRO X SUPERLIGHT 2",
+		"Logitech wireless gaming mouse in magenta",
+		"superlight.jpg",
+		"Side view of the logitech gaming mouse",
+		159.99
+	);
+    }
+	public Product drose4Product() {
+	return new Product(
+		"Trader Joes Chicken Fried Rice",
+		"The best frozen fried rice on earth",
+		"friedrice.jpg",
+		"Image of trader joes chicken fried rice package",
+		3.99
+	);
+    }
+	
+	public Product mbalakProduct() {
+        return new Product(
+            "Big Mac",
+            "McDonald's Big Mac",
+            "BigMac.jpeg",
+            "image of Big Mac",
+            5
+		);
+	}
+
+    public Product ccsekhar20Product() {
+	    return new Product(
+		"Coffee",
+		"Good coffee",
+		"coffee.jpeg",
+		"Picture of coffee",
+		4.99
+	);
+
+    }
+
+	public Product samsharProduct() {
+	    return new Product(
+		"Spray Ketchup",
+		"Ketchup that you can spray on",
+		"ketchup.jpg",
+		"Example image of spray on ketchup",
+		4.99
+	);
+    }
+	public Product SprayKetchup() {
+        return new Product(
+            "SprayKetchup",
+            "Spray on Ketchup",
+            "ketchup.jpg",
+            "An image of what a spray on ketchup bottle would look like",
+            5.99
+        );
+    }
+
+    public Product cscs24Product() {
+            return new Product(
+                "Coffee",
+                "Good coffee",
+                "coffee.jpeg",
+                "Picture of coffee",
+                4.99
+        );
+    }
+
+    public Product jz283() {
+            return new Product(
+                "McLaren 720s",
+                "A light and strong supercar",
+                "720s.jpeg",
+                "Picture of the supercar",
+                209900.00
+    	    );
+    }
+        public Product tly6() {
+        return new Product(
+        "Intel Core i9 14900K",
+        "Great Performance in Creative Apps",
+        "Intel-CoreI9.jpeg",
+        "Picture of Intel Processor",
+        589.00
+        );
+    }
+
+
+    public Product ggsmadhuProduct() {
+        return new Product(
+            "Coca Cola",
+            "Best soft drink",
+            "coke.jpeg",
+            "Coca Cola can",
+            1.50
+        );
+    }
+    public Product chetan7() {
+            return new Product(
+                "Porche 911",
+                "Best car ever made",
+                "911.jpg",
+                "A porche 911",
+                114000.00
+            );
+    
+    }
+
+    public Product sgodse() {
+
+	    return new Product(
+		"Lindt Chocolate", 
+		"Rich, tasty chocolate",
+		"lindt.jpg",
+		"Picture of a lindt milk chocolate package",
+		2.00
+	);
+
+	        }
+
+    public Product sprofit() {
+	return new Product(
+	    "Baseball Glove",
+	    "Premium leather baseball glove",
+	    "BaseballGlove.jpeg",
+	    "Picture of a Rawlings baseball glove",
+	    399.99
+	);
+    }
+
+    public Product Infinite() {
+    	return new Product(
+		"INFINITY******************************************************************************************************",
+		"Pay for the whole infinity, use the whole infinity! $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$",
+		"winfinite.png",
+		"Depicted is the strongest UW CSE Sorcerer when presented with the King of Merge Conflicts. The strongest Sorcerer humbly assures the world by stating \"Nah, I'd win\"",
+		01
+	);
+    }
+
+    public Product jsun16() {
+            return new Product(
+                            "Massager Heating Pad for Neck and Shoulder",
+                            "Suitable for people to release muscle tension and promote blood flow.",
+                            "Neck_Shoulder_Heating_Pad.jpeg",
+                            "Electric Heating Pad for Neck and Shoulder",
+			    68.00
+                            );
+    }
+    public Product azitabProduct() {
+	return new Product(
+		"Cinnamon Roll Plushie", 
+		"Giant Cinnamon Roll Plushie", 
+		"cinnamonroll.jpg", 
+		"Picture of Cinnamon Roll Plushie",
+	        500.00
+	);
+
+    }
+}
\ No newline at end of file
diff --git a/Staff.java b/Staff.java
index a1ba425626c94c2a07726ad9ddc962be4f4abbda..130175fb6bc54e943d2c333ed4cf17d8e31466ad 100644
--- a/Staff.java
+++ b/Staff.java
@@ -397,6 +397,16 @@ public class Staff {
 	);
     }
 
+    public Employee siyee() {
+    	return new Employee(
+		"Sierra",
+		"Student",
+		"I love plushies",
+		"Bear.jpg",
+		"Brown bear with hearts"
+    	);
+    }
+
     public Employee lq22() {
         return new Employee(
                 "Audrey",
@@ -732,6 +742,15 @@ public class Staff {
 	);
     }
 
+    public Employee jsun16() {
+        return new Employee(
+            "Jessie",
+            "Student",
+            "Want to minor in Spanish",
+            "Solana_Beach_bluffs.jpeg",
+            "Picture of Solana Beach, San Diego"
+        );
+    }
     public Employee azitab() {
 	return new Employee(
 		"Azita", 
diff --git a/images/products/Neck_Shoulder_Heating_Pad.jpeg b/images/products/Neck_Shoulder_Heating_Pad.jpeg
new file mode 100644
index 0000000000000000000000000000000000000000..d801dd5df7ae9e6c9bba56b023d471fbfcaa8d8c
Binary files /dev/null and b/images/products/Neck_Shoulder_Heating_Pad.jpeg differ
diff --git a/images/products/tulips.jpg b/images/products/tulips.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..0d668f2e59a5c5f73bbc5a205d9e522972d7fb78
Binary files /dev/null and b/images/products/tulips.jpg differ
diff --git a/images/staff/Bear.jpg b/images/staff/Bear.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..5d0f405c1bff5a0aff5f252aa10a34755f5689ab
Binary files /dev/null and b/images/staff/Bear.jpg differ
diff --git a/images/staff/Solana_Beach_bluffs.jpeg b/images/staff/Solana_Beach_bluffs.jpeg
new file mode 100644
index 0000000000000000000000000000000000000000..a6b53a831ec02c9a57d03d58af3cc1f4be715da4
Binary files /dev/null and b/images/staff/Solana_Beach_bluffs.jpeg differ